python3Packages.setuptools-odoo: fix (#358469)

This commit is contained in:
Weijia Wang 2024-11-23 19:29:40 +01:00 committed by GitHub
commit 1d9afb7df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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