summaryrefslogtreecommitdiff
path: root/security/yubikey-piv-manager/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'security/yubikey-piv-manager/files/patch-setup.py')
-rw-r--r--security/yubikey-piv-manager/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/yubikey-piv-manager/files/patch-setup.py b/security/yubikey-piv-manager/files/patch-setup.py
new file mode 100644
index 000000000000..65a9666e2771
--- /dev/null
+++ b/security/yubikey-piv-manager/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2015-11-10 15:05:16 UTC
++++ setup.py
+@@ -42,7 +42,7 @@ setup(
+ entry_points={
+ 'gui_scripts': ['pivman=pivman.__main__:main']
+ },
+- install_requires=['PySide', 'pycrypto'],
++ install_requires=['pycrypto'],
+ yc_requires=['ctypes', 'qt'],
+ test_suite='nose.collector',
+ tests_require=[''],