pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-nacl



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 29 06:07:23 UTC 2020

Modified Files:
        pkgsrc/security/py-nacl: Makefile

Log Message:
py-nacl: needs wheel to build


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-nacl/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-nacl/Makefile
diff -u pkgsrc/security/py-nacl/Makefile:1.6 pkgsrc/security/py-nacl/Makefile:1.7
--- pkgsrc/security/py-nacl/Makefile:1.6        Wed May 27 15:01:08 2020
+++ pkgsrc/security/py-nacl/Makefile    Fri May 29 06:07:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/05/27 15:01:08 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/29 06:07:23 adam Exp $
 
 DISTNAME=      PyNaCl-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl:S/^py//}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/pyca/pynacl
 COMMENT=       Python binding to the Networking and Cryptography (NaCl) library
 LICENSE=       apache-2.0
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.4.1:../../devel/py-cffi
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.27.0:../../devel/py-hypothesis



Home | Main Index | Thread Index | Old Index