pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-pymysql



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Dec 10 17:49:26 UTC 2018

Modified Files:
        pkgsrc/databases/py-pymysql: Makefile

Log Message:
py-pymysql: Fix DEPENDS match.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/py-pymysql/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-pymysql/Makefile
diff -u pkgsrc/databases/py-pymysql/Makefile:1.9 pkgsrc/databases/py-pymysql/Makefile:1.10
--- pkgsrc/databases/py-pymysql/Makefile:1.9    Mon Dec 10 11:34:00 2018
+++ pkgsrc/databases/py-pymysql/Makefile        Mon Dec 10 17:49:26 2018
@@ -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 @@ HOMEPAGE=     https://github.com/PyMySQL/PyM
 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