python311Packages.bandit: refactor

This commit is contained in:
Fabian Affolter 2024-03-09 11:22:17 +01:00 committed by GitHub
parent 7eddbc3ff5
commit dc994ed6e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";