diff options
author | 2020-02-06 08:00:38 +0100 | |
---|---|---|
committer | 2020-02-06 08:08:34 +0100 | |
commit | 2d25d4af95f1d163bce00a11658e64444212311c (patch) | |
tree | 71f6fc86b1ee8a071f68e6458bb06c8167ae6cdd /dev-python/xmltodict/xmltodict-0.11.0.ebuild | |
parent | dev-python/xlsxwriter: Remove py2 (diff) | |
download | gentoo-2d25d4af95f1d163bce00a11658e64444212311c.tar.gz gentoo-2d25d4af95f1d163bce00a11658e64444212311c.tar.bz2 gentoo-2d25d4af95f1d163bce00a11658e64444212311c.zip |
dev-python/xmltodict: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmltodict/xmltodict-0.11.0.ebuild')
-rw-r--r-- | dev-python/xmltodict/xmltodict-0.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmltodict/xmltodict-0.11.0.ebuild b/dev-python/xmltodict/xmltodict-0.11.0.ebuild index b73a4dfc4efd..ac46c50b0b32 100644 --- a/dev-python/xmltodict/xmltodict-0.11.0.ebuild +++ b/dev-python/xmltodict/xmltodict-0.11.0.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,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) inherit distutils-r1 DESCRIPTION="Makes working with XML feel like you are working with JSON" |