diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:01:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:38 +0100 |
commit | 24918e6f60a3409cf141a77e1c6302f74daa756e (patch) | |
tree | c7a837717ac5944b39a33222b2e2d8bbb6bf22c6 /dev-python/xstatic-jquery | |
parent | dev-python/xstatic-datatables: Remove py2 (diff) | |
download | gentoo-24918e6f60a3409cf141a77e1c6302f74daa756e.tar.gz gentoo-24918e6f60a3409cf141a77e1c6302f74daa756e.tar.bz2 gentoo-24918e6f60a3409cf141a77e1c6302f74daa756e.zip |
dev-python/xstatic-jquery: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xstatic-jquery')
-rw-r--r-- | dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild b/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild index 93c4e97957e1..931ec2ce5463 100644 --- a/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild +++ b/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |