feat: add package installer-py

Signed-off-by: sisungo <[email protected]>
This commit is contained in:
2026-08-15 21:08:10 +08:00
parent 64c313003f
commit 633bf71cb1
2 changed files with 23 additions and 0 deletions
+1
View File
@@ -118,6 +118,7 @@ def cmd_build_package(package: str):
"name": pkgname,
"version": pkgver,
"arch": pkgarch,
"description": pkginfo[lib.make._key_description],
"dependencies": pkginfo[lib.make._key_dependencies],
"provides": pkginfo[lib.make._key_provides],
"recommendations": pkginfo[lib.make._key_recommendations],