From c5e4a5c4a4b7d57fc642cd44cc22153f322844ab Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 20 Nov 2019 14:42:36 +0000 Subject: [PATCH] Unbreak bulk -a with non default versions of python3 --- science/py-tensorflow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile index 8c2bc57cee06..256cff97d112 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -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