X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=ci%2Fdeps.perl;h=a797911a7a57d0c7df5ba4d6d8a289dea652d648;hb=47ad2954fa34cdc75fa5c56f38f352d77afba553;hp=b960089f415366a8f6acaac95451701047f7ee2f;hpb=a3cf35c675217ea60a461dd9be7cc5b55c2d5280;p=public-inbox.git diff --git a/ci/deps.perl b/ci/deps.perl index b960089f..a797911a 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ # Helper script for installing/uninstalling packages for CI use # Intended for use on non-production chroots or VMs since it @@ -14,18 +14,15 @@ my @test_essential = qw(Test::Simple); # we actually use Test::More # package profiles my $profiles = { # the smallest possible profile for testing - # TODO: trim URI::Escape from this, maybe essential => [ qw( git perl Devel::Peek Digest::SHA - Email::Simple - Email::MIME - Email::MIME::ContentType Encode ExtUtils::MakeMaker - URI::Escape + IO::Compress::Gzip + URI ), @test_essential ], # everything optional for normal use @@ -34,13 +31,10 @@ my $profiles = { BSD::Resource DBD::SQLite DBI - Filesys::Notify::Simple - IO::Compress::Gzip Inline::C Net::Server Plack Plack::Test - Plack::Middleware::Deflater Plack::Middleware::ReverseProxy Search::Xapian Socket6 @@ -53,6 +47,7 @@ my $profiles = { XML::TreePP curl w3m + Plack::Test::ExternalServer ) ], }; @@ -113,7 +108,7 @@ my $non_auto = { pkg => 'p5-Plack', rpm => 'perl-Plack-Test', }, - 'URI::Escape' => { + 'URI' => { deb => 'liburi-perl', pkg => 'p5-URI', rpm => 'perl-URI',