From: Michał Górny Date: Mon, 27 Jan 2020 06:49:50 +0000 (+0100) Subject: dev-python/test_server: Enable py3.8, pypy3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d64e7282c837b3e7ea81b70d637cb3f50e19979c;p=gentoo.git dev-python/test_server: Enable py3.8, pypy3 Signed-off-by: Michał Górny --- diff --git a/dev-python/test_server/test_server-0.0.31.ebuild b/dev-python/test_server/test_server-0.0.31.ebuild index 722c8ee0daa0..aef01051c6d9 100644 --- a/dev-python/test_server/test_server-0.0.31.ebuild +++ b/dev-python/test_server/test_server-0.0.31.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 DESCRIPTION="Server to test HTTP clients" @@ -19,7 +19,6 @@ RDEPEND=" >=dev-python/bottle-0.12.13[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/webtest[${PYTHON_USEDEP}]" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" distutils_enable_tests pytest