From 4d967d8aae2b04986517babbd2fed4b563f41ae6 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Sun, 29 Jan 2023 13:45:21 +0000 Subject: [PATCH] databases/pgbarman: delete unnecesssary USES=pgsql pgbarman is pure python and has no direct dependency on psql, libpq or anything provided by postgresql client/server ports themselves. --- databases/pgbarman/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/pgbarman/Makefile b/databases/pgbarman/Makefile index 0d22190cd1fc..1aacc671b213 100644 --- a/databases/pgbarman/Makefile +++ b/databases/pgbarman/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= rsync:net/rsync \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR} -USES= pgsql python:3.7+ +USES= python:3.7+ USE_PYTHON= autoplist distutils USE_GITHUB= yes