mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
Although curl is widely available, there is no reason to depend on it. There are mainly two users, as indicated by grep: 1) scylla-housekeeping 2) scripts within the AMI 3) docker image The AMI has its own RPM and it already depends on curl. While we could get rid of the curl dependency there too, we can do that later. Docker is its own thing and it only needs it at build time anyway. For the main scylla repo, this patch changes scylla-housekeeping so as not to depend on the curl binary and use urllib directly instead. We can then remove curl from our dependency list. Signed-off-by: Glauber Costa <glauber@scylladb.com> Message-Id: <20190411125642.9754-1-glauber@scylladb.com>