python313Packages.pybibget: use setuptools in build-system

Needed ever since `pybtex` stopped propagating setuptools in a previous
commit.
This commit is contained in:
Doron Behar
2025-07-09 17:01:23 +03:00
parent 640593d0e5
commit 43b3fd8851
+4
View File
@@ -14,6 +14,10 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-M6CIctTOVn7kIPmsoHQmYl2wQaUzfel7ryw/3ebQitg=";
};
build-system = [
python3.pkgs.setuptools
];
propagatedBuildInputs = with python3.pkgs; [
lxml
httpx