From e1ce3d2f568d60cc5e469ccc039d2589b4d67f48 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 8 Oct 2015 16:43:41 -0500 Subject: [PATCH] dev-python/bandit: adding py33 support for liberty support (mitaka removes it) Package-Manager: portage-2.2.20.1 --- dev-python/bandit/bandit-0.13.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bandit/bandit-0.13.2-r1.ebuild b/dev-python/bandit/bandit-0.13.2-r1.ebuild index 01230dc2a7c8e..0fa7a88747c12 100644 --- a/dev-python/bandit/bandit-0.13.2-r1.ebuild +++ b/dev-python/bandit/bandit-0.13.2-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1