boto is not used by cloud-init since v0.7.5 according to changelog: https://github.com/canonical/cloud-init/blob/main/ChangeLog#L5002 it is not mentioned in requirements and isn't used in code anywhere. There is just some reference in doc/examples/seed/README. Since boto was deprecated upstream and our boto port was also expired, I'm going to remove that dependency from net/cloud-init and net/cloud-init-devel ports. Don't you mind?
Add @rene
See also https://reviews.freebsd.org/D48959 which proposes the same thing.
The change is fine with me, I only noticed the (stale) dependency on boto.
(In reply to Rene Ladan from comment #2) Wasn't aware of this. Great. Would you commit or should I do this?
(In reply to Ruslan Makhmatkhanov from comment #4) Feel free to commit this since you already "own" this PR.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=579e7e5b6d19a19a29c74cdd8b98de79acd3cca6 commit 579e7e5b6d19a19a29c74cdd8b98de79acd3cca6 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2025-02-22 15:24:56 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2025-02-22 15:34:05 +0000 net/cloud-init and net/cloud-init-devel: undeprecate - drop stale dependency on boto - it is not used since v0.7.5 [1] - remove DEPRECATED - bump PORTREVISION [1] https://github.com/canonical/cloud-init/blob/main/ChangeLog#L5002 PR: 284955 With hat: python Reviewed by: rene Differential Revision: https://reviews.freebsd.org/D48959 net/cloud-init-devel/Makefile | 8 ++------ net/cloud-init/Makefile | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-)
Done, thanks!