commit:     4b4fbf93c92204d661e9c6097002c8ecf716af7b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 14:34:52 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 31 15:42:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4fbf93

dev-python/pyrsistent: Backport py38 to 0.15.6 (py2)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyrsistent/pyrsistent-0.15.6.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild 
b/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild
index 015dba89df2..3ffac0b4f57 100644
--- a/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
 
 inherit distutils-r1
 
@@ -19,8 +19,8 @@ RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]"
 
 DEPEND="
-       ${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
+       test? (
+               dev-python/hypothesis[${PYTHON_USEDEP}]
+       )"
 
 distutils_enable_tests pytest

Reply via email to