1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

sysutils/py-ansible-base: Switch to USES=ansible

This commit is contained in:
Mateusz Piotrowski 2021-05-17 16:24:26 +02:00
parent fde71f1df2
commit a60794033e

View File

@ -29,7 +29,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=0:security/py-bcrypt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
USES= cpe gmake python:3.6+ shebangfix
USES= ansible:env cpe gmake python:3.6+ shebangfix
CPE_VENDOR= redhat
USE_PYTHON= autoplist concurrent distutils
@ -102,5 +102,5 @@ pre-test:
# Make sure that we override the unique DATADIR and ETCDIR set
# by the implicit USES=uniquefiles.
DATADIR= ${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}ansible
ETCDIR= ${PREFIX}/etc/ansible
DATADIR= ${ANSIBLE_DATADIR}
ETCDIR= ${ANSIBLE_ETCDIR}