pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-cryptography Add missing dependency for py...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7ff34d5fe4a
branches: trunk
changeset: 652288:c7ff34d5fe4a
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu May 28 18:42:16 2015 +0000
description:
Add missing dependency for py27 version of this package.
Broke build, so no PKGREVISION bump needed.
diffstat:
security/py-cryptography/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 674cd3b6704a -r c7ff34d5fe4a security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile Thu May 28 18:40:03 2015 +0000
+++ b/security/py-cryptography/Makefile Thu May 28 18:42:16 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2015/05/28 07:11:08 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2015/05/28 18:42:16 wiz Exp $
DISTNAME= cryptography-0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -23,6 +23,9 @@
.include "../../lang/python/pyversion.mk"
+.if ${PYPKGPREFIX} == "py27"
+DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress
+.endif
.if ${PYPKGPREFIX} == "py27" || ${PYPKGPREFIX} == "py33"
DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
.endif
Home |
Main Index |
Thread Index |
Old Index