Depend on py-cryptography instead of py-six (a py-cryptography dependency,

pulled in during an attempt to autobuild it because it was missing).
Ride PKGREVISION bump from a few minutes ago.
This commit is contained in:
wiz 2014-03-21 13:23:27 +00:00
parent a178b8506d
commit cef535152a

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.33 2014/03/21 13:19:02 gdt Exp $
# $NetBSD: Makefile,v 1.34 2014/03/21 13:23:27 wiz Exp $
DISTNAME= pyOpenSSL-0.14
PKGREVISION= 1
@ -11,7 +11,7 @@ HOMEPAGE= https://launchpad.net/pyopenssl/
COMMENT= Python interface to the OpenSSL library
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
.include "../../lang/python/egg.mk"
.include "../../security/openssl/buildlink3.mk"