python3Packages.sure: fix version in setup.py

This commit is contained in:
Robert Schütz
2026-07-08 19:21:36 -07:00
parent 9e255a89dd
commit 4087f5d72d
@@ -21,6 +21,9 @@ buildPythonPackage (finalAttrs: {
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail version=version 'version="${finalAttrs.version}"'
substituteInPlace setup.cfg \
--replace "rednose = 1" ""
'';