dev-python/robotframework: Add python3_6 to PYTHON_COMPAT
authorPatrick McLean <chutzpah@gentoo.org>
Fri, 6 Apr 2018 17:18:05 +0000 (10:18 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Fri, 6 Apr 2018 17:18:28 +0000 (10:18 -0700)
Both the upstream website and pypi report this this release supports
python3.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

dev-python/robotframework/robotframework-3.0.2.ebuild

index ed5213cebb20e9804747402300587a96db073187..857138ab255a629af2ad01bbb6392e42ab28d6f7 100644 (file)
@@ -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