python311Packages.wikitextparser: provide setuptools for build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user