conan icon indicating copy to clipboard operation
conan copied to clipboard

[feature] Access to license and homepage for dependencies in conanfile.py

Open Setre14 opened this issue 3 years ago • 0 comments

For some automated license report and we would need to have access to the attributes description, licenseandhomepage` which can be set in the conan recipe. As self.deps_cpp_info, self.deps_env_info or self.deps_user_info will be removed in conan 2.0, this should probably be added to self.dependencies.

Do not use self.deps_cpp_info, self.deps_env_info or self.deps_user_info, these have been removed in 2.0.

During this change it would be great to just have access to all attributes for the dependencies

Setre14 avatar Aug 10 '22 13:08 Setre14