diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 06:26:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 06:50:06 +0100 |
commit | 5f6b026f12b9f5ac88177daa916880d3859818ae (patch) | |
tree | 59f8b8a40c90b196c290d207a138b50a4a710417 /dev-python/dicttoxml | |
parent | dev-python/deprecation: Remove py2 (diff) | |
download | gentoo-5f6b026f12b9f5ac88177daa916880d3859818ae.tar.gz gentoo-5f6b026f12b9f5ac88177daa916880d3859818ae.tar.bz2 gentoo-5f6b026f12b9f5ac88177daa916880d3859818ae.zip |
dev-python/dicttoxml: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dicttoxml')
-rw-r--r-- | dev-python/dicttoxml/dicttoxml-1.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild b/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild index 78d47ad9bf8b..de6fc339e268 100644 --- a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild +++ b/dev-python/dicttoxml/dicttoxml-1.7.4.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} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 |