add to default-recipe nag

This commit is contained in:
riscy 2020-03-01 13:38:02 -08:00
parent 2ad1e2aa78
commit 1a7ad10c57

View file

@ -419,7 +419,7 @@ def print_details(
):
_note('\n### Details ###\n', CLR_INFO)
print(f"- `{recipe}`")
if ':files' in recipe:
if ':files' in recipe or ':branch' in recipe:
_note(' - Prefer the default recipe, especially for small packages', CLR_WARN)
print('- Package-Requires: ', end='')
if _requirements(recipe_files):