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.
This commit is contained in:
Matthew Seaman 2023-01-29 13:45:21 +00:00
parent 4ea97a05f6
commit 4d967d8aae
1 changed files with 1 additions and 1 deletions

View File

@ -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