We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEBS_DEPENDS
When a .whl file is dependent on a debian package the debian package is not automatically installed as part of the image generated for switch deployment Example: In rules/sonic-yang-models-py3.mk: SONIC_YANG_MODELS_PY3 has deb dependency on LIBYANG In files/build_templates/sonic_debian_extension.j2: LIBYANG is explicitly installed (even though the dependency is specified)
By specifying the _DEBS_DEPENDS rule the debian should be automatically installed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When a .whl file is dependent on a debian package the debian package is not automatically installed as part of the image generated for switch deployment
Example:
In rules/sonic-yang-models-py3.mk:
SONIC_YANG_MODELS_PY3 has deb dependency on LIBYANG
In files/build_templates/sonic_debian_extension.j2:
LIBYANG is explicitly installed (even though the dependency is specified)
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
By specifying the _DEBS_DEPENDS rule the debian should be automatically installed
The text was updated successfully, but these errors were encountered: