about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2019-12-02 22:42:00 -0500
committerMatthieu Coudron <coudron@iij.ad.jp>2019-12-07 19:17:55 +0100
commitd52cfb76613100d529276e3882749156ead892b0 (patch)
tree2b8457efadc9eac1395110a35a76d5d3e3d8c518
parent262e79e3c3ecfff3fca5e5f95b737376ea6da419 (diff)
downloadnixlib-d52cfb76613100d529276e3882749156ead892b0.tar
nixlib-d52cfb76613100d529276e3882749156ead892b0.tar.gz
nixlib-d52cfb76613100d529276e3882749156ead892b0.tar.bz2
nixlib-d52cfb76613100d529276e3882749156ead892b0.tar.lz
nixlib-d52cfb76613100d529276e3882749156ead892b0.tar.xz
nixlib-d52cfb76613100d529276e3882749156ead892b0.tar.zst
nixlib-d52cfb76613100d529276e3882749156ead892b0.zip
awscli: remove unnecessary override on python prompt_toolkit
This override to the old 1.x version of `prompt_toolkit` appears to be
unnecessary; removing it does not change the hash of `awscli`.

In a follow-up, we could likely remove the RSA override as well, if we're OK
with patching out the `setup.cfg` requirements. This dropped support for some
old modules, but appears to not break API compatibility otherwise:
https://github.com/sybrenstuvel/python-rsa/blob/master/CHANGELOG.md#version-40---released-2018-09-16
-rw-r--r--pkgs/tools/admin/awscli/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/admin/awscli/default.nix b/pkgs/tools/admin/awscli/default.nix
index 02a27b0fe481..1f327e7ed551 100644
--- a/pkgs/tools/admin/awscli/default.nix
+++ b/pkgs/tools/admin/awscli/default.nix
@@ -2,7 +2,6 @@
 , python3
 , groff
 , less
-, fetchpatch
 }:
 
 let
@@ -15,7 +14,6 @@ let
           sha256 = "25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5";
         };
       });
-      prompt_toolkit = self.callPackage ../../../development/python-modules/prompt_toolkit/1.nix { };
     };
   };