summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 07:01:27 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 07:16:14 +0100
commit4a2545f1df44cd1caef8a829cbddc7f727679db1 (patch)
treeaad2881e2c6237aa8e218433be38b3771fe11f47 /dev-python
parentnet-wireless/kismetdb: Remove py2 (diff)
downloadgentoo-4a2545f1df44cd1caef8a829cbddc7f727679db1.tar.gz
gentoo-4a2545f1df44cd1caef8a829cbddc7f727679db1.tar.bz2
gentoo-4a2545f1df44cd1caef8a829cbddc7f727679db1.zip
dev-python/simplekml: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/simplekml/simplekml-1.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/simplekml/simplekml-1.3.1.ebuild b/dev-python/simplekml/simplekml-1.3.1.ebuild
index ac624e96a057..e4c0b7a057bf 100644
--- a/dev-python/simplekml/simplekml-1.3.1.ebuild
+++ b/dev-python/simplekml/simplekml-1.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
DESCRIPTION="enables you to generate KML with as little effort as possible"