aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2022-10-13 00:42:33 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-10-13 00:42:33 +0000
commit149401ac863afd620c0151565770866439404650 (patch)
tree2da479514d53232f3a1b8877db21584634b120e0
parentc564ea289a87426b4550ac418101a919990488ad (diff)
downloadports-149401ac863afd620c0151565770866439404650.tar.gz
ports-149401ac863afd620c0151565770866439404650.zip
databases/py-pgxnclient: Add missing RUN_DEPENDS
PR: 266994 Reported by: Daniel Ziltener <dziltener@lyrion.ch>
-rw-r--r--databases/py-pgxnclient/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-pgxnclient/Makefile b/databases/py-pgxnclient/Makefile
index ae66990dcb27..9bf33d41b495 100644
--- a/databases/py-pgxnclient/Makefile
+++ b/databases/py-pgxnclient/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pgxnclient
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
@@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils optsuffix