conan-io / hooks

Official Conan client hooks
MIT License
32 stars 46 forks source link

KB-H032 hook is outdated #510

Open maksim-petukhov opened 1 year ago

maksim-petukhov commented 1 year ago

It handles SystemPackageTool which is deprecated and doesn't handle tools under _conan.tools.system.packagemanager but it should.

Croydon commented 3 months ago

The hook should probably just forbid to use def system_requirements() altogether outside of system packages

uilianries commented 3 months ago

We are not touching in Hooks right now, because we are re-writing the CI and Conan 2.x will be main version, so system_requirements() will not be found, resulting in error.