python39Packages.ufoLib2: add setuptoold-csm in nativeBuildInputs
This commit is contained in:
parent
30262ff597
commit
3538ce088a
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, fonttools
|
||||
, pytestCheckHook
|
||||
, fs
|
||||
, setuptools-scm
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -25,6 +26,8 @@ buildPythonPackage rec {
|
|||
fs
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue