diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2016-06-27 10:07:14 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2016-06-27 10:07:14 +0000 |
commit | 5be1ac2b13621b8efd1cee4b264934e909285574 (patch) | |
tree | bf73d60d92ff43d9ea48c7bf53a8d2fc5108e983 /security/yubikey-piv-manager/files/patch-setup.py | |
parent | Update puppet-lint to 2.0.0. (diff) |
Add new port -- YubiKey PIV Manager
Tool for configuring your PIV-enabled YubiKey.
Diffstat (limited to 'security/yubikey-piv-manager/files/patch-setup.py')
-rw-r--r-- | security/yubikey-piv-manager/files/patch-setup.py | 11 |
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=[''], |