diff options
author | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2020-09-29 20:36:28 +0000 |
---|---|---|
committer | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2020-09-29 20:36:28 +0000 |
commit | 93871b7f6f932f9d4389ff05dbee5382de89c782 (patch) | |
tree | 75ddd03decceac158731f2b593dff1c5fbcbe877 | |
parent | Commit missing pkg-plist update (diff) |
www/py-bokeh: Remove Python 2.7 support
Python 2.7 support was mistakenly added in the previous commit
Notes
Notes:
svn path=/head/; revision=550619
-rw-r--r-- | www/py-bokeh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-bokeh/Makefile b/www/py-bokeh/Makefile index deebb2fff27a..513f8120eab9 100644 --- a/www/py-bokeh/Makefile +++ b/www/py-bokeh/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=5:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils concurrent NO_ARCH= yes |