diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:02:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:43 +0100 |
commit | 506b897c9b53532524207063736d6d6d60bc41f6 (patch) | |
tree | dc5328c85cfb18620d10b3ac6e1244227297c7e2 /dev-python/xstatic | |
parent | dev-python/xstatic-patternfly-bootstrap-treeview: Remove py2 (diff) | |
download | gentoo-506b897c9b53532524207063736d6d6d60bc41f6.tar.gz gentoo-506b897c9b53532524207063736d6d6d60bc41f6.tar.bz2 gentoo-506b897c9b53532524207063736d6d6d60bc41f6.zip |
dev-python/xstatic: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xstatic')
-rw-r--r-- | dev-python/xstatic/xstatic-1.0.1.ebuild | 2 |
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 |