Merge pull request #49744 from nyanloutre/python-gitlab

pythonPackages.python-gitlab: init at 1.6.0
This commit is contained in:
Robert Schütz
2018-11-04 18:38:21 +01:00
committed by GitHub
3 changed files with 48 additions and 0 deletions

View File

@@ -1648,6 +1648,8 @@ in {
inherit (pkgs.gitAndTools) git-annex;
};
python-gitlab = callPackage ../development/python-modules/python-gitlab { };
google-cloud-sdk = callPackage ../tools/admin/google-cloud-sdk { };
google-cloud-sdk-gce = callPackage ../tools/admin/google-cloud-sdk { with-gce=true; };
@@ -2460,6 +2462,8 @@ in {
html5lib = callPackage ../development/python-modules/html5lib { };
httmock = callPackage ../development/python-modules/httmock { };
http_signature = callPackage ../development/python-modules/http_signature { };
httpbin = callPackage ../development/python-modules/httpbin { };