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

12 lines
405 B

5 years ago
diff -up python-fido2-0.7.0/setup.py.orig python-fido2-0.7.0/setup.py
--- python-fido2-0.7.0/setup.py.orig 2019-08-02 19:40:37.006248254 -0600
+++ python-fido2-0.7.0/setup.py 2019-08-02 19:41:10.502080288 -0600
@@ -50,7 +50,6 @@ setup(
6 years ago
'cryptography>=1.5',
6 years ago
],
5 years ago
extras_require={
- ':python_version < "3.4"': ['enum34'],
'pcsc': ['pyscard']
},
6 years ago
test_suite='test',