mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
T6912: Fix build podman dependency
Use the global dependency instead of package dependency in the package.toml This fixes to build 'podman' package
This commit is contained in:
parent
bffc5c8c36
commit
d4b572844d
@ -20,7 +20,7 @@ fpm --input-type dir --output-type deb --name podman \
|
||||
--license "Apache License 2.0" -C podman-v$VERSION --package ..
|
||||
"""
|
||||
|
||||
[packages.dependencies]
|
||||
[dependencies]
|
||||
packages = [
|
||||
"libseccomp-dev",
|
||||
"libgpgme-dev"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user