diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 19:51:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:12:21 +0100 |
commit | 709cfa2be31f77eccaa65fcc6978c9f1a4c63abc (patch) | |
tree | d977861a49e7015c1b92cc02a81ebd3677fe7ddb /dev-python/pilkit | |
parent | media-gfx/sigal: Remove py2 (diff) | |
download | gentoo-709cfa2be31f77eccaa65fcc6978c9f1a4c63abc.tar.gz gentoo-709cfa2be31f77eccaa65fcc6978c9f1a4c63abc.tar.bz2 gentoo-709cfa2be31f77eccaa65fcc6978c9f1a4c63abc.zip |
dev-python/pilkit: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pilkit')
-rw-r--r-- | dev-python/pilkit/pilkit-2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pilkit/pilkit-2.0.ebuild b/dev-python/pilkit/pilkit-2.0.ebuild index 8c12db1a8bbc..27910404428e 100644 --- a/dev-python/pilkit/pilkit-2.0.ebuild +++ b/dev-python/pilkit/pilkit-2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |