Merge pull request #66028 from r-ryantm/auto-update/python3.7-asyncssh

python37Packages.asyncssh: 1.17.0 -> 1.17.1
This commit is contained in:
worldofpeace
2019-08-05 12:07:52 -04:00
committed by GitHub
5 changed files with 190 additions and 16 deletions

View File

@@ -606,7 +606,9 @@ in {
gsd = callPackage ../development/python-modules/gsd { };
gssapi = callPackage ../development/python-modules/gssapi { };
gssapi = callPackage ../development/python-modules/gssapi {
inherit (pkgs) darwin krb5Full;
};
guestfs = callPackage ../development/python-modules/guestfs { };
@@ -3438,6 +3440,10 @@ in {
kubernetes = callPackage ../development/python-modules/kubernetes { };
k5test = callPackage ../development/python-modules/k5test {
inherit (pkgs) krb5Full findutils which;
};
pylast = callPackage ../development/python-modules/pylast { };
pylru = callPackage ../development/python-modules/pylru { };