From: Michał Górny Date: Wed, 26 Apr 2017 15:55:08 +0000 (+0200) Subject: dev-python/venusian: Tested on py3.5 & py3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=825e666ec4eaaba66cced2073a3a65cd1beb284e;p=gentoo.git dev-python/venusian: Tested on py3.5 & py3.6 --- diff --git a/dev-python/venusian/venusian-1.0.ebuild b/dev-python/venusian/venusian-1.0.ebuild index 512b8aec4726..d2f58f4b7e10 100644 --- a/dev-python/venusian/venusian-1.0.ebuild +++ b/dev-python/venusian/venusian-1.0.ebuild @@ -2,9 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -#RESTRICT="test" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1