Skip to content

Commit

Permalink
sysutils/ansible: Add missing PY_FLAVOR
Browse files Browse the repository at this point in the history
Fix build by adding missing PY_FLAVOR.

Repored by:	 "John W. O'Brien" <john@saltant.com>
Fixes:		2211c50
  • Loading branch information
cschuber committed Oct 12, 2023
1 parent 5e19a30 commit 4e6d566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysutils/ansible/Makefile
Expand Up @@ -13,7 +13,7 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible-core>0:sysutils/py-ansible-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources
${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources@${PY_FLAVOR}

USES= ansible:env cpe python:3.9+ shebangfix
CPE_VENDOR= redhat
Expand Down

0 comments on commit 4e6d566

Please sign in to comment.