pythonPackages.gcutil: Deprecate the package
The package doesn't exist anymore (even the deprecation notice is gone [0]) and the build is currently broken: Collecting google-apputils==0.4.1 (from gcutil==1.16.1) Could not find a version that satisfies the requirement google-apputils==0.4.1 (from gcutil==1.16.1) (from versions: ) No matching distribution found for google-apputils==0.4.1 (from gcutil==1.16.1) [0]: https://download.huihoo.com/google/gdgdevkit/DVD1/developers.google.com/compute/docs/gcutil.1.html > "Warning: gcutil is deprecated. We encourage you to transition to > using gcloud compute ."
This commit is contained in:
@@ -1732,7 +1732,11 @@ in {
|
||||
|
||||
gateone = callPackage ../development/python-modules/gateone { };
|
||||
|
||||
gcutil = callPackage ../development/python-modules/gcutil { };
|
||||
# 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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user