new file mode 100644
@@ -0,0 +1,19 @@
+[build-system]
+requires = []
+build-backend = "setuptools.build_meta"
+
+[project]
+name = "bitbake"
+version = "2.19.0"
+
+[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"
new file mode 100644
@@ -0,0 +1,4 @@
+beautifulsoup4==4.15.0
+ply==3.10
+progressbar==2.5
+simplediff==1.1
Used for updateing the vendorized modules with: vendoring sync . Signed-off-by: Rob Woolley <rob.woolley@windriver.com> --- pyproject.toml | 19 +++++++++++++++++++ vendor.txt | 4 ++++ 2 files changed, 23 insertions(+)