Merge pull request #68994 from mweinelt/pr/pythonPackages/markdown
pythonPackages.markdown: add missing setuptools to propagatedBuildInput
This commit is contained in:
commit
312d4cb545
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, setuptools
|
||||||
, nose
|
, nose
|
||||||
, pyyaml
|
, pyyaml
|
||||||
}:
|
}:
|
||||||
@ -14,6 +15,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "2e50876bcdd74517e7b71f3e7a76102050edec255b3983403f1a63e7c8a41e7a";
|
sha256 = "2e50876bcdd74517e7b71f3e7a76102050edec255b3983403f1a63e7c8a41e7a";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ setuptools ];
|
||||||
|
|
||||||
checkInputs = [ nose pyyaml ];
|
checkInputs = [ nose pyyaml ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user