pubs: depend on standard-pipes
Otherwise running pubs fails with error: No module named 'pipes'
This commit is contained in:
parent
0455292066
commit
547e76f8eb
@ -30,11 +30,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
build-system = with python3.pkgs; [
|
||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
dependencies = with python3.pkgs; [
|
||||||
argcomplete
|
argcomplete
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
bibtexparser
|
bibtexparser
|
||||||
@ -44,6 +44,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
pyyaml
|
pyyaml
|
||||||
requests
|
requests
|
||||||
six
|
six
|
||||||
|
standard-pipes # https://github.com/pubs/pubs/issues/282
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = with python3.pkgs; [
|
nativeCheckInputs = with python3.pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user