blob: aa8279b67c3077f8059a9a72e0c3c1fef7a39009 [file]
[project]
name = "bitbake"
version = "2.19.1"
requires-python = ">=3.9"
[tool.vendoring]
destination = "lib/bb/_vendor"
requirements = "vendor.txt"
namespace = "bb._vendor"
patches-dir = "vendor/patches"
[tool.vendoring.license.directories]
ply = "vendor/licenses/ply/LICENSE"
[tool.vendoring.license.fallback-urls]
ply = "https://raw.githubusercontent.com/dabeaz/ply/refs/heads/master/src/ply/lex.py"