aboutsummaryrefslogtreecommitdiff
path: root/comms/py-esptool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/py-esptool/Makefile')
-rw-r--r--comms/py-esptool/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/py-esptool/Makefile b/comms/py-esptool/Makefile
index 5daf5ddf86f6..733b7c393c0a 100644
--- a/comms/py-esptool/Makefile
+++ b/comms/py-esptool/Makefile
@@ -15,11 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ecdsa>=0.16.0:security/py-ecdsa@${PY_FLAVOR}\
${PYTHON_PKGNAMEPREFIX}bitstring>=3.1.6,<4:devel/py-bitstring@${PY_FLAVOR}\
- ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${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
+USES= python pycryptography:run
USE_GITHUB= yes
USE_PYTHON= autoplist concurrent distutils pytest