Skip to content

Commit

Permalink
databases/py-pgxnclient: Add missing RUN_DEPENDS
Browse files Browse the repository at this point in the history
PR:		266994
Reported by:	Daniel Ziltener <dziltener@lyrion.ch>
  • Loading branch information
lwhsu committed Oct 13, 2022
1 parent c564ea2 commit 149401a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions databases/py-pgxnclient/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pgxnclient
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP

Expand All @@ -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
Expand Down

0 comments on commit 149401a

Please sign in to comment.