Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2021 13:41:22 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 602e197ad857 - main - databases/py-pgxnclient: Add missing BUILD_DEPENDS
Message-ID:  <202107271341.16RDfMgU028881@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=602e197ad85743f51781db3729075f997a2d4edf

commit 602e197ad85743f51781db3729075f997a2d4edf
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-07-27 13:41:17 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-07-27 13:41:17 +0000

    databases/py-pgxnclient: Add missing BUILD_DEPENDS
---
 databases/py-pgxnclient/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/databases/py-pgxnclient/Makefile b/databases/py-pgxnclient/Makefile
index 5a31ae937efa..555c32a303af 100644
--- a/databases/py-pgxnclient/Makefile
+++ b/databases/py-pgxnclient/Makefile
@@ -11,6 +11,10 @@ COMMENT=	Command line tool to interact with the PostgreSQL Extension Network
 LICENSE=	BSD3CLAUSE
 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}
+
 USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent distutils optsuffix
 SHEBANG_FILES=	pgxnclient/libexec/pgxn-*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107271341.16RDfMgU028881>