summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 17:41:06 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:25:26 -0600
commit506744ce24efa73c92cae47dd0a1c41c5c10abaf (patch)
tree3b855ae480f2f6069faa7ac517470bdb602390d3 /dev-python/bandit/bandit-1.4.0.ebuild
parentdev-python/hacking: add py37 support (diff)
downloadgentoo-506744ce24efa73c92cae47dd0a1c41c5c10abaf.tar.gz
gentoo-506744ce24efa73c92cae47dd0a1c41c5c10abaf.tar.bz2
gentoo-506744ce24efa73c92cae47dd0a1c41c5c10abaf.zip
dev-python/bandit: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/bandit/bandit-1.4.0.ebuild')
-rw-r--r--dev-python/bandit/bandit-1.4.0.ebuild2
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 a15457cb08fd..0b4564fb7018 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=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1