dev-python/Numdifftools: Remove py3
authorMichał Górny <mgorny@gentoo.org>
Tue, 28 Jan 2020 20:41:40 +0000 (21:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 28 Jan 2020 20:41:40 +0000 (21:41 +0100)
This has only one revdep that is py2 only, and it is unlikely to be ever
used in py3 packages.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/Numdifftools/Numdifftools-0.9.17.ebuild

index 1be21579e12da6e59b3e6fd9092a0fec110ffe16..cb8945c1e2451b85a527cd5a8f747e20136ae89b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1