about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2019-08-30 21:45:56 +0100
committerAustin Seipp <aseipp@pobox.com>2019-09-01 14:22:49 -0500
commit5eb237659c4dea11ad9ca6d23a4235d20cce347c (patch)
tree87d1e3583d13b674c1ad245167a7e20e882e44a8 /pkgs/top-level/python-packages.nix
parentcb5b674b5868e74bef707281848ae65c0576f808 (diff)
downloadnixlib-5eb237659c4dea11ad9ca6d23a4235d20cce347c.tar
nixlib-5eb237659c4dea11ad9ca6d23a4235d20cce347c.tar.gz
nixlib-5eb237659c4dea11ad9ca6d23a4235d20cce347c.tar.bz2
nixlib-5eb237659c4dea11ad9ca6d23a4235d20cce347c.tar.lz
nixlib-5eb237659c4dea11ad9ca6d23a4235d20cce347c.tar.xz
nixlib-5eb237659c4dea11ad9ca6d23a4235d20cce347c.tar.zst
nixlib-5eb237659c4dea11ad9ca6d23a4235d20cce347c.zip
pythonPackages.gcutil: remove per TODO
Pretty sure 19.03 has been branched off by now.
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 00b606ef734c..e0a8499e2a04 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -2342,12 +2342,6 @@ in {
 
   gateone = callPackage ../development/python-modules/gateone { };
 
-  # TODO: Remove after 19.03 is branched off:
-  gcutil = throw ''
-    pythonPackages.gcutil is deprecated and can be replaced with "gcloud
-    compute" from the package google-cloud-sdk.
-  '';
-
   GeoIP = callPackage ../development/python-modules/GeoIP { };
 
   glasgow = callPackage ../development/python-modules/glasgow { };