diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-03 14:29:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-03 15:55:04 +0100 |
commit | d30c5ffc93f8bb148eaf89c8a4ca699f1793b055 (patch) | |
tree | 8e9ed2662702ffba48b17c7deff78cb914f8f62d /dev-python/xmlschema | |
parent | dev-python/elementpath: Remove py2 (diff) | |
download | gentoo-d30c5ffc93f8bb148eaf89c8a4ca699f1793b055.tar.gz gentoo-d30c5ffc93f8bb148eaf89c8a4ca699f1793b055.tar.bz2 gentoo-d30c5ffc93f8bb148eaf89c8a4ca699f1793b055.zip |
dev-python/xmlschema: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmlschema')
-rw-r--r-- | dev-python/xmlschema/xmlschema-1.0.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlschema/xmlschema-1.0.16.ebuild b/dev-python/xmlschema/xmlschema-1.0.16.ebuild index f8089f3c2ea6..d23fedd5cddc 100644 --- a/dev-python/xmlschema/xmlschema-1.0.16.ebuild +++ b/dev-python/xmlschema/xmlschema-1.0.16.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="An XML Schema validator and decoder" |