awsebcli: clean up

This commit is contained in:
Kirill Radzikhovskyy 2024-10-05 07:15:55 +10:00
parent ac6e499616
commit e1e3ce0279

View File

@ -1,4 +1,4 @@
{ 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