python310Packages.recordlinkage: add missing build dependencies
This commit is contained in:
committed by
Martin Weinelt
parent
dbdc009580
commit
31a7d7ba4c
@@ -15,6 +15,7 @@
|
||||
, scipy
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, wheel
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -32,6 +33,7 @@ buildPythonPackage rec {
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
wheel
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user