Unbreak bulk -a with non default versions of python3
This commit is contained in:
parent
fc6e536699
commit
c5e4a5c4a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518023
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}absl>=0.7.1:devel/py-absl@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}wrapt>=1.11.2:devel/py-wrapt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0.30.0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6 shebangfix jpeg ssl
|
||||
USES= python:3.6+ shebangfix jpeg ssl
|
||||
SHEBANG_GLOB= *.py
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= distutils
|
||||
|
|
Loading…
Reference in a new issue