actions-aws-eb
actions-aws-eb copied to clipboard
RUN pip install --upgrade pip awsebcli
RUN pip install --upgrade pip awsebcli
Is failing on:
#0 6.592 × Getting requirements to build wheel did not run successfully.
#0 6.592 │ exit code: 1
#0 6.592 ╰─> [68 lines of output]
#0 6.592 /tmp/pip-build-env-he0ygdp8/overlay/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293:
_DeprecatedConfig: Deprecated config in setup.cfg
#0 6.592 !!
#0 6.592
#0 6.592 ********************************************************************************
#0 6.592 The license_file parameter is deprecated, use license_files instead.
#0 6.592
#0 6.592 By 2023-Oct-30, you need to update your project and remove deprecated calls
#0 6.592 or your builds will no longer be supported.
#0 6.592
#0 6.592 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
#0 6.592 ********************************************************************************
#0 6.592
#0 6.592 !!
Any word on this? I'm running into a similar issue here.
+1
I've sent a PR to fix it https://github.com/hmanzur/actions-aws-eb/pull/17