diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 16:43:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 16:43:38 +0100 |
commit | d3ac042a192abcd096ec1eaf33a5fb0e7803c311 (patch) | |
tree | ad2f1e6c22b95fc29158be01f48773553a9c99bb /dev-python/click-plugins | |
parent | sci-libs/Fiona: Remove py2 (diff) | |
download | gentoo-d3ac042a192abcd096ec1eaf33a5fb0e7803c311.tar.gz gentoo-d3ac042a192abcd096ec1eaf33a5fb0e7803c311.tar.bz2 gentoo-d3ac042a192abcd096ec1eaf33a5fb0e7803c311.zip |
dev-python/click-plugins: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/click-plugins')
-rw-r--r-- | dev-python/click-plugins/click-plugins-1.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild index 34a162ac2b49..0e9e0640deef 100644 --- a/dev-python/click-plugins/click-plugins-1.0.3.ebuild +++ b/dev-python/click-plugins/click-plugins-1.0.3.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |