My organization requires the attribute_checker as hook in our conan config. So running generate fails with
[HOOK - attribute_checker.py] pre_export(): WARN: Conanfile doesn't have 'license'. It is recommended to add it as attribute
[HOOK - attribute_checker.py] pre_export(): WARN: Conanfile doesn't have 'description'. It is recommended to add it as attribute
[HOOK - attribute_checker.py] pre_export(): WARN: Conanfile doesn't have 'homepage'. It is recommended to add it as attribute
ERROR: [HOOK - attribute_checker.py] pre_export(): Conanfile doesn't have 'author'. It is mandatory to add it as attribute
My organization requires the
attribute_checker
as hook in our conan config. So runninggenerate
fails withwhen doing "Installing profile base packages...".