pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py27-cryptography py27-cryptography: stop tes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dde327bc1d7
branches:  trunk
changeset: 381495:4dde327bc1d7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 08 13:54:42 2022 +0000

description:
py27-cryptography: stop test-depending on py-cryptography_vectors

Does not support python 2.7

diffstat:

 security/py27-cryptography/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r fed017b36f1b -r 4dde327bc1d7 security/py27-cryptography/Makefile
--- a/security/py27-cryptography/Makefile       Fri Jul 08 13:52:19 2022 +0000
+++ b/security/py27-cryptography/Makefile       Fri Jul 08 13:54:42 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/06/30 11:18:47 nia Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/08 13:54:42 wiz Exp $
 
 DISTNAME=      cryptography-3.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,8 +15,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
 DEPENDS+=      ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
-TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography_vectors-[0-9]*:../../security/py-cryptography_vectors
 # not available for python27
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-cryptography_vectors-[0-9]*:../../security/py-cryptography_vectors
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-iso8601-[0-9]*:../../time/py-iso8601
 TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
 TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz



Home | Main Index | Thread Index | Old Index