python311Packages.wikitextparser: provide setuptools for build
This commit is contained in:
parent
cf5163dce3
commit
69406849d0
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue