Skip to content

Commit

Permalink
python312Packages.ansible-runner: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed May 12, 2024
1 parent 72bb21b commit 333fdca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/ansible-runner/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 333fdca

Please sign in to comment.