python311Packages.wikitextparser: provide setuptools for build

This commit is contained in:
Martin Weinelt 2023-12-09 21:31:48 +01:00
parent cf5163dce3
commit 69406849d0
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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