dev-python/Numdifftools: Remove py3

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>
This commit is contained in:
Michał Górny
2020-01-28 21:41:40 +01:00
parent f65746960a
commit 9a8701091b

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_6 )
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1