Skip to content

Commit

Permalink
net/py-python-openstackclient: Convert to USE_PYTHON=cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Sep 29, 2023
1 parent 8c1d5a6 commit 6982948
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/py-python-openstackclient/Makefile
Expand Up @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=3.5.0:devel/py-cliff@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=2.7,1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openstacksdk>=1.4.0:devel/py-openstacksdk@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}osc-lib>=2.3.0:devel/py-osc-lib@${PY_FLAVOR} \
Expand All @@ -27,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=3.5.0:devel/py-cliff@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stevedore>=2.0.1:devel/py-stevedore@${PY_FLAVOR}

USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent cryptography distutils

NO_ARCH= yes

Expand Down

0 comments on commit 6982948

Please sign in to comment.