FS#74428 - [cloud-init] Unneeded Dependency (patch and test steps included)

Attached to Project: Community Packages
Opened by Brett Holman (holmanb) - Sunday, 10 April 2022, 01:58 GMT
Last edited by David Runge (dvzrv) - Monday, 01 August 2022, 08:40 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Christian Rebischke (Shibumi)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Community package: cloud-init
Bug: Unneeded dependency
Summary: python-prettytable is no longer a dependency of cloud-init, we can safely remove it.
Steps to test:
I removed it from the PKGBUILD and tested with `makepkg --check -s -f` (ensuring that python-prettytable was not installed)
```
makepkg --check -s -f
<snip the unnecessary stuff>
================= 3190 passed, 10 skipped, 1 warning in 56.06s =================
```
This task depends upon

Closed by  David Runge (dvzrv)
Monday, 01 August 2022, 08:40 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with cloud-init 22.2.2-2
Comment by Brett Holman (holmanb) - Sunday, 10 April 2022, 01:59 GMT
Tested patch:
Comment by David Thurstenson (thurstylark) - Sunday, 10 April 2022, 04:13 GMT Comment by David Runge (dvzrv) - Monday, 01 August 2022, 08:40 GMT
@holmanb: Thanks for the report!

Will fix in a pkgrel bump.

Loading...