Commit e1e3ce02 authored by Kirill Radzikhovskyy's avatar Kirill Radzikhovskyy
Browse files

awsebcli: clean up

parent ac6e4996
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
{ lib, python3, fetchFromGitHub, glibcLocales, git }:
{ lib, python3, fetchFromGitHub, git }:

let
  changeVersion = overrideFunc: version: hash: overrideFunc (oldAttrs: rec {
@@ -33,16 +33,9 @@ localPython.pkgs.buildPythonApplication rec {

  postPatch = ''
    # https://github.com/aws/aws-elastic-beanstalk-cli/pull/469
    substituteInPlace setup.py --replace "scripts=['bin/eb']," ""
    substituteInPlace setup.py --replace-fail "scripts=['bin/eb']," ""
  '';

  nativeBuildInputs = with localPython.pkgs; [
  ];

  buildInputs = [
    glibcLocales
  ];

  propagatedBuildInputs = with localPython.pkgs; [
    blessed
    botocore