python310Packages.buildbot: fix lint issues

This commit is contained in:
Fabian Affolter 2022-12-05 09:14:27 +01:00 committed by GitHub
parent 96b6cfb7be
commit 108f679f4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ let
nativeBuildInputs = [
makeWrapper
];
propagatedBuildInputs = plugins ++ package.propagatedBuildInputs;
installPhase = ''
@ -65,7 +65,7 @@ let
pname = "buildbot";
version = "3.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {