python3Packages.setuptools-odoo: fix (#358469)
This commit is contained in:
commit
1d9afb7df9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user