diff options
author | adam <adam@pkgsrc.org> | 2021-12-30 13:05:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-30 13:05:27 +0000 |
commit | 2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch) | |
tree | ba4b2b7073fa0770abcbf886b141067686318df9 /math/py-Keras-Preprocessing | |
parent | cb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff) | |
download | pkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz |
Forget about Python 3.6
Diffstat (limited to 'math/py-Keras-Preprocessing')
-rw-r--r-- | math/py-Keras-Preprocessing/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/py-Keras-Preprocessing/Makefile b/math/py-Keras-Preprocessing/Makefile index 72184a55c05..9f7155678e9 100644 --- a/math/py-Keras-Preprocessing/Makefile +++ b/math/py-Keras-Preprocessing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2021/06/29 08:42:00 nia Exp $ +# $NetBSD: Makefile,v 1.3 2021/12/30 13:05:35 adam Exp $ DISTNAME= Keras_Preprocessing-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} @@ -15,7 +15,5 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE+= 36 # py-numpy - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |