diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-29 14:19:56 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-29 14:19:56 +0000 |
commit | 3754fc5f190b9a31f617d662bb35fd0f96ee8088 (patch) | |
tree | 3896798f9cfeb2241f037b4ae5874dd2f85b784e /comms | |
parent | 2a4bb83e076d875d1b4e91208ca8d3babfb6d522 (diff) | |
download | ports-3754fc5f190b9a31f617d662bb35fd0f96ee8088.tar.gz ports-3754fc5f190b9a31f617d662bb35fd0f96ee8088.zip |
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-esptool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |