pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-yubikey-manager
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 4 19:31:41 UTC 2022
Modified Files:
pkgsrc/security/py-yubikey-manager: Makefile
Log Message:
py-yubikey-manager: disallow python 2.7 due to py-usb (update incoming)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-yubikey-manager/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-yubikey-manager/Makefile
diff -u pkgsrc/security/py-yubikey-manager/Makefile:1.2 pkgsrc/security/py-yubikey-manager/Makefile:1.3
--- pkgsrc/security/py-yubikey-manager/Makefile:1.2 Tue Aug 18 13:37:50 2020
+++ pkgsrc/security/py-yubikey-manager/Makefile Tue Jan 4 19:31:41 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/08/18 13:37:50 riastradh Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/04 19:31:41 wiz Exp $
.include "../../security/ykman/version.mk"
@@ -23,6 +23,8 @@ DEPENDS+= ${PYPKGPREFIX}-scard>=0:../../
DEPENDS+= ${PYPKGPREFIX}-six>=0:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-usb>=0:../../devel/py-usb
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-usb
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} ykman ykman-${PYVERSSUFFIX}
Home |
Main Index |
Thread Index |
Old Index