python310Packages.mistune: add setuptools to nativeBuildInputs

This commit is contained in:
Sandro Jäckel
2022-09-16 19:48:13 +02:00
committed by Frederik Rietdijk
parent f75bb52d8e
commit 32a0abe40c
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, setuptools
}:
buildPythonPackage rec {
@@ -15,6 +16,10 @@ buildPythonPackage rec {
sha256 = "9ee0a66053e2267aba772c71e06891fa8f1af6d4b01d5e84e267b4570d4d9808";
};
nativeBuildInputs = [
setuptools
];
checkInputs = [
pytestCheckHook
];