frr: T5003: use "pipx run" to invoke apkg

Commit 7b1b40888 ("docker: T5003: Use Debian package for yq, fix pip installs,
fix open-vmdk build") removed the apkg installed package via pip. Use pipx run
then building the libyang package.
This commit is contained in:
Christian Breunig 2023-02-25 19:37:15 +01:00
parent fddf3f4450
commit afdaac1012

View File

@ -24,7 +24,7 @@ def pkgList = [
['name': 'libyang',
'scmCommit': 'v2.0.164',
'scmUrl': 'https://github.com/CESNET/libyang.git',
'buildCmd': 'apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} +'],
'buildCmd': 'pipx run apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} +'],
['name': 'rtrlib',
'scmCommit': 'v0.8.0',
'scmUrl': 'https://github.com/rtrlib/rtrlib.git',