From c61d8d9b60c12771327599dcf585c6a9f1ea8358 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 12 Mar 2017 17:10:54 -0700 Subject: [PATCH] dev-python/bandit: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- dev-python/bandit/bandit-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bandit/bandit-1.4.0.ebuild b/dev-python/bandit/bandit-1.4.0.ebuild index e5df74fe94d44..e21a23deb9212 100644 --- a/dev-python/bandit/bandit-1.4.0.ebuild +++ b/dev-python/bandit/bandit-1.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1