sci-libs/keras-preprocessing: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:32:21 +0000 (07:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:38:16 +0000 (07:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild
sci-libs/keras-preprocessing/keras-preprocessing-1.1.0.ebuild

index f75f64631d3f7d0c3cf7918c05a87c88b81fb7f7..58c165ae501807b2661a4e8fb4d3f47171a75965 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 DESCRIPTION="Easy data preprocessing and data augmentation for deep learning models"
index 90f33c01b7dbf2848cffd7689bcbe0e8b95fa585..e40aaa9f033b5362a6fd47239de8fce7220d3143 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 DESCRIPTION="Easy data preprocessing and data augmentation for deep learning models"