Skip to content

Commit f65cca5

Browse files
committed
Fix smartcard pyscard dependency versions and name
The version specification is invalid with recent setuptools and also the package name is `pyscard`. See pypa/setuptools#3801 fixes LedgerHQ#53
1 parent 433940c commit f65cca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
packages=find_packages(),
1818
install_requires=['hidapi>=0.7.99', 'ecdsa>=0.9'],
1919
extras_require = {
20-
'smartcard': [ 'python-pyscard>=1.6.12-4build1' ]
20+
'smartcard': [ 'pyscard>=1.6.12' ]
2121
},
2222
include_package_data=True,
2323
zip_safe=False,

0 commit comments

Comments
 (0)