This is somewhat strange...
I just built a package (subsurface) via make local (needs a library not yet in the repository) and when trying to install it via sudo eopkg install subsurface.eopkg I get the following:
System error. Program terminated. External dependencies not satisfied: libzip release >= 10 Please use 'eopkg help' for general help. Use --debug to see a traceback.
(libzip is specified via builddep pkgconfig(libzip) in package.yml)
Checking for libzip reveals that it is only available in version 9 so how could solbuild specify version 10?