diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-12-20 08:59:48 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-12-20 08:59:48 +0100 |
| commit | becf3fed0f5f3da225eb1df2cd306add1fdf5ab8 (patch) | |
| tree | 9fa2ad4a112d26c9c60735b656b6e37a81cd96fb /apt-pkg | |
| parent | c898f8cc7790d5b935523a50ebb28d4549840062 (diff) | |
Remove gnupg and versioned gpgv test depends
Diffstat (limited to 'apt-pkg')
| -rw-r--r-- | apt-pkg/contrib/gpgv.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apt-pkg/contrib/gpgv.cc b/apt-pkg/contrib/gpgv.cc index 565fb7de5..7b0a0d240 100644 --- a/apt-pkg/contrib/gpgv.cc +++ b/apt-pkg/contrib/gpgv.cc @@ -255,12 +255,8 @@ std::pair<std::string, std::forward_list<std::string>> APT::Internal::FindGPGV(b // Prefer absolute path "/usr/bin/gpgv-sq", "/usr/bin/gpgv", - "/usr/bin/gpgv2", - "/usr/bin/gpgv1", "gpgv-sq", "gpgv", - "gpgv2", - "gpgv1", }; for (auto gpgv : gpgvVariants) if (CheckGPGV(checkedCommands, gpgv, Debug)) |
