python311Packages.wikitextparser: provide setuptools for build

This commit is contained in:
Martin Weinelt
2023-12-20 20:46:14 +01:00
parent cf5163dce3
commit 69406849d0
@@ -1,6 +1,7 @@
{ buildPythonPackage
, fetchFromGitHub
, lib
, setuptools
, pytestCheckHook
, regex
, wcwidth
@@ -18,6 +19,10 @@ buildPythonPackage rec {
hash = "sha256-cmzyRbq4tCbuyrNnT0UYxoxuwXrFkIcWdrogSTfxSys=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
wcwidth
regex