pythonPackages.ansible-lint: mark broken
old versions of ansible-lint are broken due to setuptools no longer supporting their hacks. Current versions of ansible-lint require newest version of flit which isn't packaged yet
This commit is contained in:
parent
8043df949b
commit
9fdf16065c
@ -42,5 +42,6 @@ buildPythonPackage rec {
|
|||||||
description = "Best practices checker for Ansible";
|
description = "Best practices checker for Ansible";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.sengaya ];
|
maintainers = [ maintainers.sengaya ];
|
||||||
|
broken = true; # requires new flit to build
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user