When building a recipe which contains a package without shared objects rattler-build will still complain that the package is overlinked.
The following recipe shows this problem
package:
name: test
version: "0.1.0"
requirements:
run:
- pixi-build-api-version ==2
pixi-build-api-version is an empty package (its a mutex package).
When building this package with:
rattler-build build --recipe recipe.yaml
you will get the warning:
warning Overdepending against pixi-build-api-version