No changelog available
Signed-off-by: Pierre-Yves <pyu@riseup.net>
Differential D1950
Update catbox to 1.7.0 & convert to ypkg Authored by kyrios123 on Jan 13 2018, 8:20 PM. Tags None Referenced Files
Subscribers
Details
No changelog available Signed-off-by: Pierre-Yves <pyu@riseup.net>
Diff Detail
Event TimelineComment Actions
I think you're misinterpreting the RuntimeDependencies there. catbox has dependency on pisi not the other way around, as per: <RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency>pisi</Dependency>
</RuntimeDependencies>And eopkg info: Dependencies : python pisi libpcre glibc So really, this needs to be tested differently. Comment Actions If my understanding is right, this is used to build the 3rd-party packages, so that should be the test. (so the dep direction is technically wrong) Comment Actions I tested sudo eopkg bi pspec.xml on a couple of packages from the 3rd party repo and then I installed the .eopkg files. Comment Actions Looks like catbox is used when running actions.py so I'd like to see this build comar and pisi before inclusion. Comment Actions Successfully build systemd and gnutls is that enough or do you have some more suggestions ? |