X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=ci%2Fdeps.perl;h=48aaa9e46d49f4d1d3f0c760f101bef7ad805a0c;hb=0283273a14e1871955f6a9132f4f3f7884ec8a3f;hp=93cc5d25623ad19cd169fb9ed5a221bf5f571a56;hpb=ab2b0607f05904866784684603c4a1f5c13c1e80;p=public-inbox.git diff --git a/ci/deps.perl b/ci/deps.perl index 93cc5d25..48aaa9e4 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019 all contributors +# Copyright (C) 2019-2020 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 @@ -20,11 +20,9 @@ my $profiles = { perl Devel::Peek Digest::SHA - Email::Simple - Email::MIME - Email::MIME::ContentType Encode ExtUtils::MakeMaker + IO::Compress::Gzip URI::Escape ), @test_essential ], @@ -35,7 +33,6 @@ my $profiles = { DBD::SQLite DBI Filesys::Notify::Simple - IO::Compress::Gzip Inline::C Net::Server Plack @@ -50,7 +47,7 @@ my $profiles = { # optional developer stuff devtest => [ qw( - XML::Feed + XML::TreePP curl w3m ) ],