python3Packages.setuptools-odoo: fix

This commit is contained in:
Jacek Galowicz 2024-11-23 15:27:02 +00:00
parent 1fb3496b1e
commit 2659e6a0a9

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