upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / python-btchip / trunk / python-btchip-0.1.32-setup.patch
blobfd81136a9f25e881142ac45fff49f553c6988ef5
1 diff -ruN a/setup.py b/setup.py
2 --- a/setup.py 2021-02-09 19:03:55.000000000 +0100
3 +++ b/setup.py 2023-04-07 15:22:53.755022135 +0200
4 @@ -17,7 +17,7 @@
5 packages=find_packages(),
6 install_requires=['hidapi>=0.7.99', 'ecdsa>=0.9'],
7 extras_require = {
8 - 'smartcard': [ 'python-pyscard>=1.6.12-4build1' ]
9 + 'smartcard': [ 'python-pyscard>=1.6.12' ]
11 include_package_data=True,
12 zip_safe=False,