diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:34:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:36:50 +0200 |
commit | 1194567d00b4c0dfec41a7517e8e8b7aa78b6345 (patch) | |
tree | 753ee4d641116740bdfb2f48d69daf0bbc930eb5 /dev-python/prettytable | |
parent | dev-python/polib: Remove py2.7 (diff) | |
download | gentoo-1194567d00b4c0dfec41a7517e8e8b7aa78b6345.tar.gz gentoo-1194567d00b4c0dfec41a7517e8e8b7aa78b6345.tar.bz2 gentoo-1194567d00b4c0dfec41a7517e8e8b7aa78b6345.zip |
dev-python/prettytable: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/prettytable')
-rw-r--r-- | dev-python/prettytable/prettytable-0.7.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild index 007312c8738d..24736c304290 100644 --- a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild +++ b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |