]> Sergey Matveev's repositories - public-inbox.git/blobdiff - ci/deps.perl
update copyrights for 2021
[public-inbox.git] / ci / deps.perl
index 06b4fbe0f2f3a0be7a939a94405fcf272528f9c1..643e86c0563a1895f7b981cc861b8bf395c79427 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2019-2020 all contributors <meta@public-inbox.org>
+# Copyright (C) 2019-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 # Helper script for installing/uninstalling packages for CI use
 # Intended for use on non-production chroots or VMs since it
@@ -20,9 +20,6 @@ my $profiles = {
                perl
                Devel::Peek
                Digest::SHA
-               Email::Simple
-               Email::MIME
-               Email::MIME::ContentType
                Encode
                ExtUtils::MakeMaker
                IO::Compress::Gzip
@@ -35,12 +32,10 @@ my $profiles = {
                BSD::Resource
                DBD::SQLite
                DBI
-               Filesys::Notify::Simple
                Inline::C
                Net::Server
                Plack
                Plack::Test
-               Plack::Middleware::Deflater
                Plack::Middleware::ReverseProxy
                Search::Xapian
                Socket6
@@ -53,6 +48,7 @@ my $profiles = {
                XML::TreePP
                curl
                w3m
+               Plack::Test::ExternalServer
                ) ],
 };