summaryrefslogtreecommitdiff
path: root/math/py-Keras-Applications
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
committeradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
commit2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch)
treeba4b2b7073fa0770abcbf886b141067686318df9 /math/py-Keras-Applications
parentcb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff)
downloadpkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz
Forget about Python 3.6
Diffstat (limited to 'math/py-Keras-Applications')
-rw-r--r--math/py-Keras-Applications/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-Keras-Applications/Makefile b/math/py-Keras-Applications/Makefile
index 4f02a08eb52..9d5fd1e47e5 100644
--- a/math/py-Keras-Applications/Makefile
+++ b/math/py-Keras-Applications/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/06/07 11:59:20 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/30 13:05:35 adam Exp $
DISTNAME= Keras_Applications-1.0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-numpy>=1.9.1:../../math/py-numpy
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-h5py
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-h5py
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"