3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #232291 from sengaya/ansible-lint-6.16.1

ansible-lint: 6.16.0 -> 6.16.1
This commit is contained in:
Martin Weinelt 2023-05-16 22:23:20 +02:00 committed by GitHub
commit e4e1989422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "ansible-lint";
version = "6.16.0";
version = "6.16.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-34Lzk18SCeMHRAjurl6DfM7G/VLB0xJmif9BJKuwpcs=";
hash = "sha256-Hyt5Y3n4bi3Ffxv+QoikbJdqHUBtYiHuRuOsgwf3PKM=";
};
postPatch = ''
@ -23,11 +23,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
setuptools
setuptools-scm
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"ruamel.yaml"
];
propagatedBuildInputs = with python3.pkgs; [