mirror of https://github.com/mamba-org/mamba.git
Depend on LGPL builds of libarchive>=3.8 (#3982)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
parent
1573192395
commit
e6a391ba3d
|
@ -10,7 +10,9 @@ dependencies:
|
|||
# libmamba dependencies
|
||||
- cpp-expected
|
||||
- fmt >=11.1.0
|
||||
- libarchive
|
||||
# As of libarchive 3.8, builds of libarchive for different licenses
|
||||
# are available. We use the LGPL version here.
|
||||
- libarchive>=3.8 lgpl_*
|
||||
- libcurl >=7.86
|
||||
- libsodium
|
||||
- libsolv >=0.7.18
|
||||
|
|
|
@ -21,7 +21,9 @@ dependencies:
|
|||
- libcurl-static >=8.4.0
|
||||
- xz-static
|
||||
- libssh2-static
|
||||
- libarchive-minimal-static
|
||||
# As of libarchive 3.8, builds of libarchive for different licenses
|
||||
# are available. We use the LGPL version here.
|
||||
- libarchive-minimal-static>=3.8 lgpl_*
|
||||
- krb5-static
|
||||
- openssl
|
||||
- libopenssl-static
|
||||
|
|
Loading…
Reference in New Issue