summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/py-mysql-connector-python/Makefile4
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