commit: 8592b67cda6b60fe6088ed98a03f7e022bfb8e81
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 11:08:31 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 17:13:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8592b67c
dev-python/widgetsnbextension: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/widgetsnbextension/widgetsnbextension-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/widgetsnbextension/widgetsnbextension-3.0.0.ebuild
b/dev-python/widgetsnbextension/widgetsnbextension-3.0.0.ebuild
index 2eb74d31ebe..1e7379ef185 100644
--- a/dev-python/widgetsnbextension/widgetsnbextension-3.0.0.ebuild
+++ b/dev-python/widgetsnbextension/widgetsnbextension-3.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1