diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2022-10-13 00:42:33 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2022-10-13 00:43:51 +0000 |
| commit | 22cdc573029a9eb25cd374fd0907940276364a8b (patch) | |
| tree | 6e974e424afa5cb61a0d0ceaa46d5d872e105951 | |
| parent | 0410e97d88e6ec99529638448811a9fa516e054d (diff) | |
| download | ports-22cdc573029a9eb25cd374fd0907940276364a8b.tar.gz ports-22cdc573029a9eb25cd374fd0907940276364a8b.zip | |
databases/py-pgxnclient: Add missing RUN_DEPENDS
PR: 266994
Reported by: Daniel Ziltener <dziltener@lyrion.ch>
(cherry picked from commit 149401ac863afd620c0151565770866439404650)
| -rw-r--r-- | databases/py-pgxnclient/Makefile | 2 |
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 |
