summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-10-19 10:42:06 +0200
committerMichał Górny <mgorny@gentoo.org>2018-10-19 10:46:50 +0200
commit4b3f7ff2354f9c061a4f4f497ec5b6ffda0687b3 (patch)
tree17712609d3a036fb9f850e402dfeda5643af4473 /dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
parentdev-python/jdcal: Tested on py3.7 (diff)
downloadgentoo-4b3f7ff2354f9c061a4f4f497ec5b6ffda0687b3.tar.gz
gentoo-4b3f7ff2354f9c061a4f4f497ec5b6ffda0687b3.tar.bz2
gentoo-4b3f7ff2354f9c061a4f4f497ec5b6ffda0687b3.zip
dev-python/et_xmlfile: Tested on py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild')
-rw-r--r--dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
index 0e82eb214a0a..314e0b888701 100644
--- a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
+++ b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1