python313Packages.pybibget: use setuptools in build-system
Needed ever since `pybtex` stopped propagating setuptools in a previous commit.
This commit is contained in:
@@ -14,6 +14,10 @@ python3.pkgs.buildPythonApplication rec {
|
||||
hash = "sha256-M6CIctTOVn7kIPmsoHQmYl2wQaUzfel7ryw/3ebQitg=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
python3.pkgs.setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
lxml
|
||||
httpx
|
||||
|
||||
Reference in New Issue
Block a user