3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.slixmpp: add missing dependency

This commit is contained in:
Frederik Rietdijk 2016-01-24 14:47:25 +01:00
parent 4104f09fab
commit dbe8f25561

View file

@ -11879,7 +11879,7 @@ in modules // {
sha256 = "030ca7e71cbb7e17fb48f83db97779fdbac0b4424cef01245f3276a110b30a6c";
};
propagatedBuildInputs = with self ; [ aiodns pyasn1 pkgs.gnupg1];
propagatedBuildInputs = with self ; [ aiodns pyasn1 pkgs.gnupg1 pyasn1-modules];
meta = {
meta = "Elegant Python library for XMPP";