python310Packages.scooby: fix build

This commit is contained in:
Robert Schütz 2023-03-15 23:11:11 -07:00
parent f6b69b23c9
commit 1c1e0891cc

View File

@ -25,6 +25,11 @@ buildPythonPackage rec {
hash = "sha256-wKbCIA6Xp+VYhcQ5ZpHo5usB+ksnMAJyv5naBvl4Cxo=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "python_requires='>=3.7.*'" "python_requires='>=3.7'"
'';
SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [