python312Packages.ansible-runner: fix build
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user