Commit 43b3fd88 authored by Doron Behar's avatar Doron Behar
Browse files

python313Packages.pybibget: use setuptools in build-system

Needed ever since `pybtex` stopped propagating setuptools in a previous
commit.
parent 640593d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14,6 +14,10 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-M6CIctTOVn7kIPmsoHQmYl2wQaUzfel7ryw/3ebQitg=";
  };

  build-system = [
    python3.pkgs.setuptools
  ];

  propagatedBuildInputs = with python3.pkgs; [
    lxml
    httpx