summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2018-04-06 10:18:05 -0700
committerPatrick McLean <chutzpah@gentoo.org>2018-04-06 10:18:28 -0700
commitcea0147477ef0b55ae6e2ea9ffb7f333b5a47f9e (patch)
tree26c5b8ba5eb25c55df4bca5aa630dce23e19b7b6 /dev-python/robotframework/robotframework-3.0.2.ebuild
parentmail-client/mutt-1.9.4-r1: alpha stable (diff)
downloadgentoo-cea0147477ef0b55ae6e2ea9ffb7f333b5a47f9e.tar.gz
gentoo-cea0147477ef0b55ae6e2ea9ffb7f333b5a47f9e.tar.bz2
gentoo-cea0147477ef0b55ae6e2ea9ffb7f333b5a47f9e.zip
dev-python/robotframework: Add python3_6 to PYTHON_COMPAT
Both the upstream website and pypi report this this release supports python3. Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-python/robotframework/robotframework-3.0.2.ebuild')
-rw-r--r--dev-python/robotframework/robotframework-3.0.2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/robotframework/robotframework-3.0.2.ebuild b/dev-python/robotframework/robotframework-3.0.2.ebuild
index ed5213cebb20..857138ab255a 100644
--- a/dev-python/robotframework/robotframework-3.0.2.ebuild
+++ b/dev-python/robotframework/robotframework-3.0.2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-# py2 only
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1