Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
python-h5py
python-h5py-relax-dependency-versions.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-h5py-relax-dependency-versions.patch of Package python-h5py
Index: h5py-3.1.0/setup.py =================================================================== --- h5py-3.1.0.orig/setup.py +++ h5py-3.1.0/setup.py @@ -49,14 +49,14 @@ SETUP_REQUIRES = [ f"Cython >=0.29; python_version<'3.8'", f"Cython >=0.29.14; python_version>='3.8'", ] + [ - f"numpy =={np_min}; python_version{py_condition}" + f"numpy >={np_min}; python_version{py_condition}" for np_min, py_condition in NUMPY_MIN_VERSIONS ] if setup_configure.mpi_enabled(): RUN_REQUIRES.append('mpi4py >=3.0.0') - SETUP_REQUIRES.append("mpi4py ==3.0.0; python_version<'3.8'") - SETUP_REQUIRES.append("mpi4py ==3.0.3; python_version>='3.8'") + SETUP_REQUIRES.append("mpi4py >=3.0.0; python_version<'3.8'") + SETUP_REQUIRES.append("mpi4py >=3.0.3; python_version>='3.8'") # Set the environment variable H5PY_SETUP_REQUIRES=0 if we need to skip # setup_requires for any reason.
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