Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
python-pyjwkest
remove-future-requirement.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File remove-future-requirement.patch of Package python-pyjwkest
Index: pyjwkest-9ed11b406911dde70b281b2473a976ec88afd1a9/setup.py =================================================================== --- pyjwkest-9ed11b406911dde70b281b2473a976ec88afd1a9.orig/setup.py +++ pyjwkest-9ed11b406911dde70b281b2473a976ec88afd1a9/setup.py @@ -45,7 +45,7 @@ setup( "Topic :: Software Development :: Libraries :: Python Modules", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5"], - install_requires=["pycryptodomex", "requests", "six", "future"], + install_requires=["pycryptodomex", "requests", "six"], tests_require=['pytest'], zip_safe=False, scripts=glob.glob('script/*.py'),
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