pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-OpenSSL Depend on py-cryptography instead ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2b2757d9e52
branches:  trunk
changeset: 632252:d2b2757d9e52
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 21 13:23:27 2014 +0000

description:
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.

diffstat:

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

diffs (18 lines):

diff -r 5534bfe9a6f2 -r d2b2757d9e52 security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile      Fri Mar 21 13:21:01 2014 +0000
+++ b/security/py-OpenSSL/Makefile      Fri Mar 21 13:23:27 2014 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index