Fix running tox linters in a python2 env

The bandit target is python3, and the package
fails to be installed in a python2 env.

Partial-Bug: #1907678
Signed-off-by: albailey <Al.Bailey@windriver.com>
Change-Id: I9d683c99274dc3120995e0376ace53644dc2a050
This commit is contained in:
albailey 2021-02-19 10:01:19 -06:00
parent 3c2f1530c9
commit c67bd455f8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# hacking pulls in flake8
hacking
bashate >= 0.2
bandit!=1.6.0,>=1.1.0,<2.0.0
bandit!=1.6.0,>=1.1.0,<2.0.0;python_version>="3.0" # GPLv2