You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-fido2/python-fido2-setup.patch

14 lines
465 B

6 years ago
diff -up python-fido2-0.4.0/setup.py.setup python-fido2-0.4.0/setup.py
--- python-fido2-0.4.0/setup.py.setup 2018-09-27 04:51:05.000000000 -0600
+++ python-fido2-0.4.0/setup.py 2018-11-30 16:23:47.747443403 -0700
@@ -49,9 +49,6 @@ setup(
'six',
'cryptography>=1.0',
],
- extras_require={
- ':python_version < "3.4"': ['enum34']
- },
test_suite='test',
tests_require=['mock>=1.0.1', 'pyfakefs>=2.4'],
classifiers=[