summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 08:02:00 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 08:08:43 +0100
commit506b897c9b53532524207063736d6d6d60bc41f6 (patch)
treedc5328c85cfb18620d10b3ac6e1244227297c7e2
parentdev-python/xstatic-patternfly-bootstrap-treeview: Remove py2 (diff)
downloadgentoo-506b897c.tar.gz
gentoo-506b897c.tar.bz2
gentoo-506b897c.zip
dev-python/xstatic: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/xstatic/xstatic-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xstatic/xstatic-1.0.1.ebuild b/dev-python/xstatic/xstatic-1.0.1.ebuild
index 3a15e0978d4a..ebf39fd817e1 100644
--- a/dev-python/xstatic/xstatic-1.0.1.ebuild
+++ b/dev-python/xstatic/xstatic-1.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1