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:
parent
4ea97a05f6
commit
4d967d8aae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user