3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.mdformat: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-16 19:22:23 +02:00 committed by Frederik Rietdijk
parent 3e2f9a09b6
commit e6606bcb00

View file

@ -6,6 +6,7 @@
, poetry-core
, pytestCheckHook
, pythonOlder
, setuptools
, tomli
, typing-extensions
}:
@ -26,6 +27,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
setuptools
];
propagatedBuildInputs = [