diff options
Diffstat (limited to 'comms/py-esptool/Makefile')
-rw-r--r-- | comms/py-esptool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/py-esptool/Makefile b/comms/py-esptool/Makefile index 3236709a4bc5..5daf5ddf86f6 100644 --- a/comms/py-esptool/Makefile +++ b/comms/py-esptool/Makefile @@ -19,7 +19,7 @@ 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:3.7+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils pytest |