diff --git a/cad/py-ezdxf/Makefile b/cad/py-ezdxf/Makefile index 29f80370af2e..11f71b551cae 100644 --- a/cad/py-ezdxf/Makefile +++ b/cad/py-ezdxf/Makefile @@ -17,8 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLA ${PYTHON_PKGNAMEPREFIX}geomdl>0:graphics/py-geomdl@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geomdl>0:graphics/py-geomdl@${PY_FLAVOR} -USES= python pytest -USE_PYTHON= concurrent distutils autoplist +USES= python +USE_PYTHON= concurrent distutils autoplist pytest USE_GITHUB= yes GH_ACCOUNT= mozman