Skip to content

Commit

Permalink
python3Packages.poetry-core: backport test fix for Python 3.12.6 (#34…
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Sep 13, 2024
2 parents 2616bf5 + f15ac02 commit 7ea47b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/development/python-modules/poetry-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
stdenv,
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
pythonOlder,
build,
git,
Expand All @@ -27,6 +28,14 @@ buildPythonPackage rec {
hash = "sha256-vvwKbzGlvv2LTbXfJxQVM3nUXFGntgJxsku6cbRxCzw=";
};

patches = [
(fetchpatch {
name = "python-3.12.6.patch";
url = "https://github.com/python-poetry/poetry-core/commit/bd1ce358dec403c66e62176b11bfad77a51aacfd.patch";
hash = "sha256-dl2xTsn0nNAGJKNmgNPXlaeJOs1gNfDeQMJnD7EnKB4=";
})
];

nativeCheckInputs = [
build
git
Expand Down

0 comments on commit 7ea47b7

Please sign in to comment.