summaryrefslogtreecommitdiff
path: root/math/py-tensorboard
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-10-01 14:25:32 +0000
committernia <nia@pkgsrc.org>2021-10-01 14:25:32 +0000
commite1b04f578dfd628aa6e2197bf250714cb1f50d84 (patch)
treebbd314be25919f33447b80c7099c61eee92ab738 /math/py-tensorboard
parent1b6fbffc278608a7227f21ce54219ff98d8c1354 (diff)
downloadpkgsrc-e1b04f578dfd628aa6e2197bf250714cb1f50d84.tar.gz
py-tensorboard: Dependencies incompatible with py2.7. Unbreak pkgsrc tree.
Diffstat (limited to 'math/py-tensorboard')
-rw-r--r--math/py-tensorboard/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/math/py-tensorboard/Makefile b/math/py-tensorboard/Makefile
index 390917fbaa6..cb5180d7150 100644
--- a/math/py-tensorboard/Makefile
+++ b/math/py-tensorboard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/06/29 08:42:01 nia Exp $
+# $NetBSD: Makefile,v 1.3 2021/10/01 14:25:32 nia Exp $
DISTNAME= tensorboard-${GITHUB_TAG:S/-//}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,12 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-werkzeug>=0.11.10:../../www/py-werkzeug
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE+= 36 # py-numpy
-
-.include "../../lang/python/pyversion.mk"
-.if "${PYPKGPREFIX}" == "py27"
-DEPENDS+= ${PYPKGPREFIX}-futures>=3.1.1:../../devel/py-futures
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 36 # py-protobuf, py-numpy
.include "../../lang/python/egg.mk"