cps-org / cps-config

A drop in replacement for pkg-config/pkgconf using cps files
MIT License
15 stars 7 forks source link

Fix interaction between requirements with versions and packages without them #34

Closed dcbaker closed 2 months ago

dcbaker commented 2 months ago

If a Package "Alpha" requires a package "Beta", and the CPS file A for Alpha has a version requirement, and CPS file B for Beta does not set a version, then it is does not fulfill the requirement of A for Beta.