getsolus / ypkg

Modern, declarative, structured build format
https://getsol.us
GNU General Public License v3.0
22 stars 11 forks source link

Add checkdeps field to package.yml #45

Closed GZGavinZhao closed 11 months ago

GZGavinZhao commented 11 months ago

Testing still needed. Tested with python-packaging and the checkdeps were installed just as builddeps.

Ideally, we can further improve upon this by emitting a warning if a checkdep appears in the final rundeps or duplicates with a builddep, but that can be put into a separate PR.

Once this is merged, I will add relevant documentation to the help center.