dev-python/bandit: adding py33 support for liberty support (mitaka removes it)

Package-Manager: portage-2.2.20.1
This commit is contained in:
Matthew Thode
2015-10-08 16:43:41 -05:00
parent bdbf88ecfd
commit e1ce3d2f56

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1