Fix bulk -a, one of its dependency does not support 3.5.

This commit is contained in:
Mathieu Arnold 2020-01-29 14:23:15 +00:00
parent 586b77bee1
commit 11d291640d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524550

View file

@ -20,7 +20,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}oauth2client>=3.0.0:security/py-oauth2clien
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.3:www/py-google-api-python-client@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}capstone>=3.0.4:devel/py-capstone@${PY_FLAVOR}
USES= python:3.5+
USES= python:3.6+
USE_PYTHON= flavors
USE_GITHUB= yes