diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-07-31 16:31:11 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-07-31 16:39:58 +0000 |
commit | b781b75078622767d5f86e065d5d374175e0566d (patch) | |
tree | b780e37ed6be8c4509e30a874100fb049b070cce | |
parent | 52196e7a6eff08ce7c17fd9a883864cfd758589b (diff) | |
download | ports-b781b75078622767d5f86e065d5d374175e0566d.tar.gz ports-b781b75078622767d5f86e065d5d374175e0566d.zip |
devel/py-cursive: Sort USES
-rw-r--r-- | devel/py-cursive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-cursive/Makefile b/devel/py-cursive/Makefile index 45a6f4dc54b7..4faedb84a5bb 100644 --- a/devel/py-cursive/Makefile +++ b/devel/py-cursive/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}castellan>=0.4.0:devel/py-castellan@${PY_FLA ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${PY_FLAVOR} -USES= python pycryptography:run +USES= pycryptography:run python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |