diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-10-08 16:43:41 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-10-08 16:43:41 -0500 |
commit | e1ce3d2f568d60cc5e469ccc039d2589b4d67f48 (patch) | |
tree | 19847af03ed140b8c70bbdaa66a9e4c3476532d0 /dev-python/bandit | |
parent | app-text/sigil: version bump and general maintenance (diff) | |
download | gentoo-e1ce3d2f568d60cc5e469ccc039d2589b4d67f48.tar.gz gentoo-e1ce3d2f568d60cc5e469ccc039d2589b4d67f48.tar.bz2 gentoo-e1ce3d2f568d60cc5e469ccc039d2589b4d67f48.zip |
dev-python/bandit: adding py33 support for liberty support (mitaka removes it)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/bandit')
-rw-r--r-- | dev-python/bandit/bandit-0.13.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bandit/bandit-0.13.2-r1.ebuild b/dev-python/bandit/bandit-0.13.2-r1.ebuild index 01230dc2a7c8..0fa7a88747c1 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 |