python3.pkgs.xlsx2csv: add missing build dependencies

This commit is contained in:
Theodore Ni 2023-08-23 14:35:32 -07:00
parent e80053513f
commit db4ba9acad
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -2,6 +2,8 @@
, buildPythonPackage
, fetchPypi
, setuptools
, setuptools-scm
, wheel
}:
buildPythonPackage rec {
@ -16,6 +18,8 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools
setuptools-scm
wheel
];
meta = with lib; {