python312Packages.ansible-runner: fix build

This commit is contained in:
Martin Weinelt
2024-05-12 16:15:58 +02:00
parent 72bb21b14b
commit 333fdca4dd
@@ -41,6 +41,11 @@ buildPythonPackage rec {
hash = "sha256-eTnQkftvjK0YHU+ovotRVSuVlvaVeXp5SvYk1DPCg88=";
excludes = [ ".github/workflows/ci.yml" "tox.ini" ];
})
(fetchpatch {
# python 3.12 compat
url = "https://github.com/ansible/ansible-runner/commit/dc248497bb2375a363222ce755bf3a31f21d5f64.patch";
hash = "sha256-QT28Iw0uENoO35rqZpYBcmJB/GNDEF4m86SKf6p0XQU=";
})
];
build-system = [