T6912: Fix build strongswan dependency

Use the global dependency instead of package dependency in the
package.toml
This fixes to build 'strongswan' package
This commit is contained in:
Viacheslav Hletenko 2024-11-28 12:19:16 +00:00
parent e14c56d886
commit 19bd06b0fe
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ strongswan/
*.changes
*.deb
*.dsc
*.tar.gz

View File

@ -13,7 +13,7 @@ dpkg-buildpackage -uc -us -tc -b -d
cd ..; ./build-vici.sh
"""
[packages.dependencies]
[dependencies]
packages = [
"bison",
"bzip2",