pubs: depend on standard-pipes (#425250)

This commit is contained in:
Aleksana 2025-07-15 22:19:45 +08:00 committed by GitHub
commit 7ef063ea1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,11 +30,11 @@ python3.pkgs.buildPythonApplication rec {
})
];
nativeBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
argcomplete
beautifulsoup4
bibtexparser
@ -44,6 +44,7 @@ python3.pkgs.buildPythonApplication rec {
pyyaml
requests
six
standard-pipes # https://github.com/pubs/pubs/issues/282
];
nativeCheckInputs = with python3.pkgs; [