From: Michał Górny Date: Sat, 18 Jan 2020 18:27:30 +0000 (+0100) Subject: dev-python/anyjson: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=15c40aeb9693eed5bc24e83c43ec1676a818e08b;p=gentoo.git dev-python/anyjson: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/anyjson/anyjson-0.3.3-r1.ebuild b/dev-python/anyjson/anyjson-0.3.3-r1.ebuild index b156c5bdc1b6..8c2e5212b1f4 100644 --- a/dev-python/anyjson/anyjson-0.3.3-r1.ebuild +++ b/dev-python/anyjson/anyjson-0.3.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 @@ -23,7 +23,6 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] - dev-python/simplejson[$(python_gen_usedep 'python2*' 'pypy*')] )" python_test() {