python3Packages.ziamath: fix ModuleNotFoundError: No module named 'setuptools'
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, ziafont
|
||||
, pytestCheckHook
|
||||
, nbval
|
||||
@@ -22,6 +23,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-Bbwq4Ods3P/724KO94jSmMLD1ubfaMHP/gTlOL/2pnE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
ziafont
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user