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

index d83037357a94ba28a77556172aa71b32d82f3005..97ad5b0548687116eec13625f3a7fae354c72cea 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="Keras deep learning library reference implementations of deep learning models"
index 8468b5755fad5cbbd520943879b64451017361d4..1d5f4c3b2f3c8a42b4c02aed18eeb6e25d17810d 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="Keras deep learning library reference implementations of deep learning models"