sysutils/py-ansible-base: Switch to USES=ansible
This commit is contained in:
parent
fde71f1df2
commit
a60794033e
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue