remove libcurl dep from curl (#5847)

This commit is contained in:
satmandu
2021-06-07 14:45:20 -04:00
committed by GitHub
parent 4059afff8d
commit ba9629610e

View File

@@ -25,7 +25,6 @@ class Curl < Package
depends_on 'ca_certificates' => :build
depends_on 'hashpipe' => :build
depends_on 'libcurl' # L (This is only here to make sure upgrades of curl pull in libcurl.)
depends_on 'libunbound' => :build
depends_on 'musl' => :build
depends_on 'py3_pip' => :build