forked from mirrors/nixpkgs
python3Packages.mdformat: add setuptools to nativeBuildInputs
This commit is contained in:
parent
3e2f9a09b6
commit
e6606bcb00
|
@ -6,6 +6,7 @@
|
|||
, poetry-core
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, tomli
|
||||
, typing-extensions
|
||||
}:
|
||||
|
@ -26,6 +27,7 @@ buildPythonPackage rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue