diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-12 17:10:54 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-12 18:30:32 -0700 |
commit | c61d8d9b60c12771327599dcf585c6a9f1ea8358 (patch) | |
tree | 9bd4feb73d50af95af3478e2a531673234e0b340 /dev-python/bandit | |
parent | dev-python/python-glanceclient: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-c61d8d9b60c12771327599dcf585c6a9f1ea8358.tar.gz gentoo-c61d8d9b60c12771327599dcf585c6a9f1ea8358.tar.bz2 gentoo-c61d8d9b60c12771327599dcf585c6a9f1ea8358.zip |
dev-python/bandit: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/bandit')
-rw-r--r-- | dev-python/bandit/bandit-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bandit/bandit-1.4.0.ebuild b/dev-python/bandit/bandit-1.4.0.ebuild index e5df74fe94d4..e21a23deb921 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 |