Skip to content

Commit 8109f12

Browse files
Add warning for unknown build type
1 parent 422234d commit 8109f12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vinca/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ def generate_output(pkg_shortname, vinca_conf, distro, version, all_pkgs=None):
286286
resolved_setuptools = resolve_pkgname("python-setuptools", vinca_conf, distro)
287287
output["requirements"]["host"].extend(resolved_setuptools)
288288
else:
289+
print(f"Unknown build type for {pkg_shortname}: {pkg.get_build_type()}")
289290
return None
290291

291292
if vinca_conf.get("mutex_package"):

0 commit comments

Comments
 (0)