python3Packages.irc: fix build
Adds missing `jaraco_collections` dependency. This also unbreaks `errbot`. See also https://hydra.nixos.org/build/90116401 Addresses #56826
This commit is contained in:
parent
18b0729790
commit
8159a1fc75
@ -1,6 +1,7 @@
|
||||
{ buildPythonPackage, fetchPypi, isPy3k
|
||||
, six, jaraco_logging, jaraco_text, jaraco_stream, pytz, jaraco_itertools
|
||||
, setuptools_scm }:
|
||||
, setuptools_scm, jaraco_collections
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "irc";
|
||||
@ -23,5 +24,6 @@ buildPythonPackage rec {
|
||||
jaraco_stream
|
||||
pytz
|
||||
jaraco_itertools
|
||||
jaraco_collections
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user