From 3754fc5f190b9a31f617d662bb35fd0f96ee8088 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 29 Sep 2023 22:19:56 +0800 Subject: *: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test} - Introduce USE_PYTHON=cryptography{,_build,_test} - Switch all 96 ports from USES=pycryptography to with USE_PYTHON=cryptography{,_build,_test} - Remove Mk/Uses/pycryptography.mk PR: 273727 Approved by: tcberner (portmgr) Exp-run by: antoine --- comms/py-esptool/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms') diff --git a/comms/py-esptool/Makefile b/comms/py-esptool/Makefile index 733b7c393c0a..a67d81e16cf1 100644 --- a/comms/py-esptool/Makefile +++ b/comms/py-esptool/Makefile @@ -18,9 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}reedsolo>=1.5.3,<=1.6.0:devel/py-reedsolo@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR} -USES= python pycryptography:run +USES= python USE_GITHUB= yes -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent cryptography distutils pytest GH_ACCOUNT= espressif NO_ARCH= yes -- cgit v1.2.3