diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-03-17 23:33:57 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-03-17 23:33:57 +0000 |
commit | 72fd6684e7d6c3548633e2e6f963e07678f6f784 (patch) | |
tree | 99693098636c00d9600cd586e4ab760cd4c8b66b /databases/py-mysql-connector-python | |
parent | games/moonlight-embedded: Update to 2.4.11 (diff) |
databases/py-mysql-connector-python: Ad missing dependency
Reported by: s.wilson@ru.ac.za
Notes
Notes:
svn path=/head/; revision=528614
Diffstat (limited to 'databases/py-mysql-connector-python')
-rw-r--r-- | databases/py-mysql-connector-python/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile index 787c5106f003..e43ca96ce265 100644 --- a/databases/py-mysql-connector-python/Makefile +++ b/databases/py-mysql-connector-python/Makefile @@ -2,6 +2,7 @@ PORTNAME= mysql-connector-python PORTVERSION= 8.0.19 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= MYSQL/Connector-Python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,9 @@ COMMENT= MySQL driver written in Python LICENSE= GPLv2 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist distutils |