python311Packages.bandit: refactor
This commit is contained in:
parent
7eddbc3ff5
commit
dc994ed6e5
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy3k
|
||||
, pythonOlder
|
||||
, gitpython
|
||||
, pbr
|
||||
|
@ -13,7 +12,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "bandit";
|
||||
version = "1.7.8";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
|
|
Loading…
Reference in a new issue