diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:07:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:16:46 +0200 |
commit | 5b0c5befd6d7fc4adf4aa66e4d1459c5b419dc30 (patch) | |
tree | ea8250d5e4484725ab45e914faa41a39eed945ae /dev-python/geoip-python | |
parent | dev-python/funcy: Remove old (diff) | |
download | gentoo-5b0c5befd6d7fc4adf4aa66e4d1459c5b419dc30.tar.gz gentoo-5b0c5befd6d7fc4adf4aa66e4d1459c5b419dc30.tar.bz2 gentoo-5b0c5befd6d7fc4adf4aa66e4d1459c5b419dc30.zip |
dev-python/geoip-python: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/geoip-python')
-rw-r--r-- | dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild index f89ae7f8f23e..2f9e9c7cfd98 100644 --- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild +++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 |