Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-nacl py-nacl: needs wheel to build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c89be441a27
branches:  trunk
changeset: 432996:5c89be441a27
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 29 06:07:23 2020 +0000

description:
py-nacl: needs wheel to build

diffstat:

 security/py-nacl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5ea7397d5338 -r 5c89be441a27 security/py-nacl/Makefile
--- a/security/py-nacl/Makefile Fri May 29 06:04:32 2020 +0000
+++ b/security/py-nacl/Makefile Fri May 29 06:07:23 2020 +0000
@@ -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 @@
 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