pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-pymysql py-pymysql: Fix DEPENDS match.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78483700f77b
branches:  trunk
changeset: 316342:78483700f77b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Dec 10 17:49:26 2018 +0000

description:
py-pymysql: Fix DEPENDS match.

diffstat:

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

diffs (18 lines):

diff -r 2f3128d0b9ac -r 78483700f77b databases/py-pymysql/Makefile
--- a/databases/py-pymysql/Makefile     Mon Dec 10 16:23:49 2018 +0000
+++ b/databases/py-pymysql/Makefile     Mon Dec 10 17:49:26 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/12/10 11:34:00 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/12/10 17:49:26 jperkin Exp $
 
 DISTNAME=      PyMySQL-0.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,7 +10,7 @@
 COMMENT=       Pure-Python MySQL driver
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-cryptography-[0-9]:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index