diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:55:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:16:05 +0100 |
commit | e90ffd43d000c6a39ba38ec1c5a4fc95577fab5c (patch) | |
tree | e62c2c476cf14d04d47a7979dd12a770b0ff0f9a /dev-util/catfish | |
parent | dev-util/bumpversion: Remove py2 (diff) | |
download | gentoo-e90ffd43d000c6a39ba38ec1c5a4fc95577fab5c.tar.gz gentoo-e90ffd43d000c6a39ba38ec1c5a4fc95577fab5c.tar.bz2 gentoo-e90ffd43d000c6a39ba38ec1c5a4fc95577fab5c.zip |
dev-util/catfish: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/catfish')
-rw-r--r-- | dev-util/catfish/catfish-1.4.10.ebuild | 2 | ||||
-rw-r--r-- | dev-util/catfish/catfish-1.4.12.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/catfish/catfish-1.4.10.ebuild b/dev-util/catfish/catfish-1.4.10.ebuild index d9d46da57b5b..0bc71a930237 100644 --- a/dev-util/catfish/catfish-1.4.10.ebuild +++ b/dev-util/catfish/catfish-1.4.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 xdg-utils diff --git a/dev-util/catfish/catfish-1.4.12.ebuild b/dev-util/catfish/catfish-1.4.12.ebuild index 75b42f50ed9c..1db3db29c0d4 100644 --- a/dev-util/catfish/catfish-1.4.12.ebuild +++ b/dev-util/catfish/catfish-1.4.12.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 xdg-utils |