diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 10:28:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 10:34:54 +0200 |
commit | 2845bc38ebdaf2c484c977578596ae33b178b56f (patch) | |
tree | d888dcc792b4f68e3cc0d64d40d9f834b0eb7e11 /dev-python/cliapp | |
parent | package.mask: Last rite dev-python/{cliapp,cov..runner,ttystatus} (diff) | |
download | gentoo-2845bc38ebdaf2c484c977578596ae33b178b56f.tar.gz gentoo-2845bc38ebdaf2c484c977578596ae33b178b56f.tar.bz2 gentoo-2845bc38ebdaf2c484c977578596ae33b178b56f.zip |
dev-python/cliapp: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cliapp')
-rw-r--r-- | dev-python/cliapp/cliapp-1.20180812.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cliapp/cliapp-1.20180812.1.ebuild b/dev-python/cliapp/cliapp-1.20180812.1.ebuild index 0003430684f3..c1353716efa8 100644 --- a/dev-python/cliapp/cliapp-1.20180812.1.ebuild +++ b/dev-python/cliapp/cliapp-1.20180812.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |