python311Packages.formulae: build with setuptools-scm

This commit is contained in:
Martin Weinelt 2024-03-17 18:51:52 +01:00
parent 1065a74b58
commit 01e1ce302e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -3,6 +3,7 @@
, pythonOlder
, fetchFromGitHub
, setuptools
, setuptools-scm
, pytestCheckHook
, numpy
, pandas
@ -23,7 +24,10 @@ buildPythonPackage rec {
hash = "sha256-A0CI0bpoRYFAcPiNAf5haQu9BEqmBgxF7HfIl4qcML0=";
};
nativeBuildInputs = [ setuptools ];
nativeBuildInputs = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [
numpy