From ac531f98589ab86e3b32bb470a8373b3b0de456b Mon Sep 17 00:00:00 2001 From: Sophie Depassio Date: Wed, 17 Jul 2024 16:59:52 +0200 Subject: [PATCH] fix(library and packaging): add missing dependencies for Paws --- .github/workflows/perl-cpan-libraries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perl-cpan-libraries.yml b/.github/workflows/perl-cpan-libraries.yml index f9fa0cd5d2..630669b1ce 100644 --- a/.github/workflows/perl-cpan-libraries.yml +++ b/.github/workflows/perl-cpan-libraries.yml @@ -376,7 +376,7 @@ jobs: runner_name: ["self-hosted", "collect-arm64"] - name: "Paws" use_dh_make_perl: "false" - deb_dependencies: "libmoose-perl libmoosex-classattribute-perl libjson-maybexs-perl liburl-encode-perl libargv-struct-perl libmoo-perl libtype-tiny-perl libdatastruct-flat-perl libmodule-find-perl" + deb_dependencies: "libmoose-perl libmoosex-classattribute-perl libjson-maybexs-perl liburl-encode-perl libargv-struct-perl libmoo-perl libtype-tiny-perl libdatastruct-flat-perl libmodule-find-perl libthrowable-perl liburi-template-perl libnet-amazon-signature-v4-perl" no-auto-depends: true - name: "Statistics::Regression" build_distribs: "bullseye"