diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 10:58:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 11:13:06 +0100 |
commit | 8f53f0dfa21a5d764394539a44a9bac27278339c (patch) | |
tree | 468551c7ebde8907127110b6ac28c037df52f84b | |
parent | dev-python/httpretty: Drop py2 (diff) | |
download | gentoo-8f53f0dfa21a5d764394539a44a9bac27278339c.tar.gz gentoo-8f53f0dfa21a5d764394539a44a9bac27278339c.tar.bz2 gentoo-8f53f0dfa21a5d764394539a44a9bac27278339c.zip |
dev-python/publicsuffix: Drop py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/publicsuffix/publicsuffix-2.20190205.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/publicsuffix/publicsuffix-2.20190205.ebuild b/dev-python/publicsuffix/publicsuffix-2.20190205.ebuild index 6784ae27aea0..547dfd310066 100644 --- a/dev-python/publicsuffix/publicsuffix-2.20190205.ebuild +++ b/dev-python/publicsuffix/publicsuffix-2.20190205.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Get a public suffix for a domain name using the Public Suffix List." |