commit: 4f56b90adbff00b1aa2ac48261492c8f80ba0e06
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 08:38:24 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 09:11:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f56b90a
dev-python/pweave: Remove py3.6 due to ipython
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pweave/pweave-0.30.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pweave/pweave-0.30.3.ebuild
b/dev-python/pweave/pweave-0.30.3.ebuild
index 3cc22bcf126..f85db19e41d 100644
--- a/dev-python/pweave/pweave-0.30.3.ebuild
+++ b/dev-python/pweave/pweave-0.30.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
DISTUTILS_USE_SETUPTOOLS=rdepend