pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py27-cryptography



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  5 22:45:04 UTC 2024

Modified Files:
        pkgsrc/security/py27-cryptography: Makefile

Log Message:
py27-cryptography: fix test dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py27-cryptography/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/py27-cryptography/Makefile
diff -u pkgsrc/security/py27-cryptography/Makefile:1.11 pkgsrc/security/py27-cryptography/Makefile:1.12
--- pkgsrc/security/py27-cryptography/Makefile:1.11     Sun May  5 20:21:18 2024
+++ pkgsrc/security/py27-cryptography/Makefile  Sun May  5 22:45:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/05/05 20:21:18 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/05/05 22:45:03 wiz Exp $
 
 DISTNAME=      cryptography-3.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,8 +19,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-cryptograp
 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
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test4
-TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis4
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index