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:
Viacheslav Hletenko 2024-11-28 12:53:15 +00:00
parent bffc5c8c36
commit d4b572844d

View File

@ -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"