Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:test_account:branches:openSUSE:Factory
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
diff -ruN a/setup.py b/setup.py --- a/setup.py 2021-06-22 19:06:03.000000000 +0700 +++ b/setup.py 2021-06-23 16:34:56.979814305 +0700 @@ -49,14 +49,14 @@ "Cython >=0.29.14; python_version=='3.8'", "Cython >=0.29.15; python_version>='3.9'", ] + [ - 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.2') - SETUP_REQUIRES.append("mpi4py ==3.0.2; python_version<'3.8'") - SETUP_REQUIRES.append("mpi4py ==3.0.3; python_version>='3.8'") + SETUP_REQUIRES.append("mpi4py >=3.0.2; 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