diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:33:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:38:24 +0100 |
commit | 6229410991a8fc5105b69e3e1d13fd5d475e5578 (patch) | |
tree | 94a84afe50570cbe0710090787bdf8d15a631662 /app-text/xmldiff | |
parent | app-text/xlsx2csv: Remove py2 (diff) | |
download | gentoo-6229410991a8fc5105b69e3e1d13fd5d475e5578.tar.gz gentoo-6229410991a8fc5105b69e3e1d13fd5d475e5578.tar.bz2 gentoo-6229410991a8fc5105b69e3e1d13fd5d475e5578.zip |
app-text/xmldiff: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/xmldiff')
-rw-r--r-- | app-text/xmldiff/xmldiff-1.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild index c09c04958826..08e9a9a605ff 100644 --- a/app-text/xmldiff/xmldiff-1.1.1.ebuild +++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |