Skip to content

Commit 5b758fc

Browse files
authored
python3Packages.cloudflare: fix build (#402270)
2 parents 8a28ffc + 190567f commit 5b758fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/development/python-modules/cloudflare/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ buildPythonPackage rec {
2525
hash = "sha256-a5++mUhW/pQq3GpIgbe+3tIIA03FxT3Wg3UfYy5Hoaw=";
2626
};
2727

28+
postPatch = ''
29+
substituteInPlace pyproject.toml \
30+
--replace-fail 'hatchling==1.26.3' 'hatchling>=1.26.3'
31+
'';
32+
2833
build-system = [
2934
hatchling
3035
hatch-fancy-pypi-readme

0 commit comments

Comments
 (0)