diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-07-31 16:32:01 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-07-31 16:40:11 +0000 |
commit | 59e3d77a88a1f07f1c56f76ac7f6d7efb97c17b6 (patch) | |
tree | 97399f4e4b5b92899e56749ae68f377a927eac4a | |
parent | 85b774aacd9c5c594cba988d0222e81453d3ece0 (diff) | |
download | ports-59e3d77a88a1f07f1c56f76ac7f6d7efb97c17b6.tar.gz ports-59e3d77a88a1f07f1c56f76ac7f6d7efb97c17b6.zip |
-rw-r--r-- | net-mgmt/py-adal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/py-adal/Makefile b/net-mgmt/py-adal/Makefile index ea151a5cdff6..863e5c7ee1f5 100644 --- a/net-mgmt/py-adal/Makefile +++ b/net-mgmt/py-adal/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0<3:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1.0<3:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR} -USES= python pycryptography:run +USES= pycryptography:run python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |