diff options
author | wiz <wiz@pkgsrc.org> | 2022-04-21 10:59:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-04-21 10:59:59 +0000 |
commit | 7d2ca2e699c7c4843ab871ffb6b3441b87aa158f (patch) | |
tree | 5a771cc56ae2a6c2964f6fc6872751d777d06409 /databases/py-pymysql | |
parent | 48e88143b994a899fc9b4119f6979d060e497a1a (diff) | |
download | pkgsrc-7d2ca2e699c7c4843ab871ffb6b3441b87aa158f.tar.gz |
*: convert to versioned_dependencies for py-cryptography
Diffstat (limited to 'databases/py-pymysql')
-rw-r--r-- | databases/py-pymysql/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/py-pymysql/Makefile b/databases/py-pymysql/Makefile index d301b74141c..ed02d960b63 100644 --- a/databases/py-pymysql/Makefile +++ b/databases/py-pymysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2022/01/04 20:52:44 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/04/21 11:00:00 wiz Exp $ DISTNAME= PyMySQL-0.10.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -11,9 +11,10 @@ HOMEPAGE= https://github.com/PyMySQL/PyMySQL COMMENT= Pure-Python MySQL driver LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography +PYTHON_VERSIONED_DEPENDENCIES+= cryptography USE_LANGUAGES= # none +.include "../../lang/python/versioned_dependencies.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |