Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:frispete:python
python-python-jose
unpin-deps.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File unpin-deps.patch of Package python-python-jose
Index: python-jose-3.3.0/setup.py =================================================================== --- python-jose-3.3.0.orig/setup.py +++ python-jose-3.3.0/setup.py @@ -23,11 +23,9 @@ def get_packages(package): pyasn1 = ["pyasn1"] extras_require = { "cryptography": ["cryptography>=3.4.0"], - "pycrypto": ["pycrypto >=2.6.0, <2.7.0"] + pyasn1, - "pycryptodome": ["pycryptodome >=3.3.1, <4.0.0"] + pyasn1, } # TODO: work this into the extras selection instead. -install_requires = ["ecdsa != 0.15", "rsa"] + pyasn1 +install_requires = ["ecdsa >= 0.16", "rsa"] + pyasn1 setup( @@ -63,14 +61,11 @@ setup( ], extras_require=extras_require, setup_requires=[ - "pytest-runner", "setuptools>=39.2.0", ], tests_require=[ "ecdsa != 0.15", "pytest", - "pytest-cov", - "pytest-runner", ], install_requires=install_requires, )
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