Remove boost-libs from boost dependency
Boost (development headers) has (opt-in) header-only mode. That means the result binary don't need boost-libs since all boost related code is inlined.
Packages that need boost-libs should explictly state so, and not relying on boost pulling it in.