Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for standard:x86_64
openSUSE:Backports:SLE-15-SP6
python-jupyter-core
use_rpms_paths.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File use_rpms_paths.patch of Package python-jupyter-core
From: toddrme2178@gmail.com Date: 2017-09-20 Subject: Use rpm paths Use single-line paths. These should be replaced with the appropriate system paths in the .spec file. --- --- a/jupyter_core/paths.py +++ b/jupyter_core/paths.py @@ -117,10 +117,7 @@ else: # PROGRAMDATA is not defined by default on XP. SYSTEM_JUPYTER_PATH = [os.path.join(sys.prefix, 'share', 'jupyter')] else: - SYSTEM_JUPYTER_PATH = [ - "/usr/local/share/jupyter", - "/usr/share/jupyter", - ] + SYSTEM_JUPYTER_PATH = ["/usr/share/jupyter"] ENV_JUPYTER_PATH = [os.path.join(sys.prefix, 'share', 'jupyter')] @@ -169,10 +166,7 @@ else: # PROGRAMDATA is not defined by default on XP. SYSTEM_CONFIG_PATH = [] else: - SYSTEM_CONFIG_PATH = [ - "/usr/local/etc/jupyter", - "/etc/jupyter", - ] + SYSTEM_CONFIG_PATH = ["/etc/jupyter"] ENV_CONFIG_PATH = [os.path.join(sys.prefix, 'etc', 'jupyter')]
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor