python3Packages.setuptools-odoo: fix

(cherry picked from commit 2659e6a0a9)
This commit is contained in:
Jacek Galowicz 2024-11-23 15:27:02 +00:00 committed by github-actions[bot]
parent f0126936a4
commit abc202043d

View File

@ -5,6 +5,7 @@
git,
pytestCheckHook,
pythonOlder,
distutils,
setuptools-scm,
writeScript,
}:
@ -23,6 +24,8 @@ buildPythonPackage rec {
hash = "sha256-38YlkDH/PuJ1yvQ43OYmdnRd1SGJULv6fC/+fitLDJ8=";
};
nativeBuildInputs = [ distutils ];
propagatedBuildInputs = [ setuptools-scm ];
# HACK https://github.com/NixOS/nixpkgs/pull/229460