summaryrefslogtreecommitdiff
path: root/dev-python/confuse
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/confuse')
-rw-r--r--dev-python/confuse/confuse-1.0.0.ebuild2
-rw-r--r--dev-python/confuse/confuse-1.4.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/confuse/confuse-1.0.0.ebuild b/dev-python/confuse/confuse-1.0.0.ebuild
index a6aa81e0b4a8..f434d20031a2 100644
--- a/dev-python/confuse/confuse-1.0.0.ebuild
+++ b/dev-python/confuse/confuse-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7,8,9,10} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
inherit distutils-r1
DESCRIPTION="Confuse is a configuration library for Python that uses YAML"
diff --git a/dev-python/confuse/confuse-1.4.0.ebuild b/dev-python/confuse/confuse-1.4.0.ebuild
index 9f2fc0e5e0b8..737148aede0d 100644
--- a/dev-python/confuse/confuse-1.4.0.ebuild
+++ b/dev-python/confuse/confuse-1.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7,8,9,10} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
inherit distutils-r1