From c82ad4d012157d06095b80dce1abf5f635714eb1 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 2 Apr 2024 10:11:13 +0200 Subject: Clean up repo structure: compression is only a dependency of libarchive ... and not directly used by our tool. --- etc/repos.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/repos.json b/etc/repos.json index b761b312..eaedf303 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -16,8 +16,6 @@ , "protoc": "protobuf" , "libcurl": "com_github_curl_curl" , "libarchive": "com_github_libarchive_libarchive" - , "lzma": "lzma" - , "bzip2": "bzip2" } , "bootstrap": {"link": ["-pthread"]} , "bootstrap_local": {"link": ["-pthread"]} -- cgit v1.2.3