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
463 B

6 years ago
diff -up python-fido2-0.6.0/setup.py.orig python-fido2-0.6.0/setup.py
--- python-fido2-0.6.0/setup.py.orig 2019-05-10 04:52:54.000000000 -0600
+++ python-fido2-0.6.0/setup.py 2019-05-11 14:18:52.328437806 -0600
6 years ago
@@ -49,9 +49,6 @@ setup(
'six',
6 years ago
'cryptography>=1.5',
6 years ago
],
- extras_require={
- ':python_version < "3.4"': ['enum34']
- },
test_suite='test',
6 years ago
tests_require=['mock>=1.0.1', 'pyfakefs>=3.4'],
6 years ago
classifiers=[