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

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-31 16:34:52 +02:00
parent 4a10c00f9b
commit 4b4fbf93c9

View File

@@ -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