[zypp-devel] deptestomatic.multi and srcpackage
Trying to understand the output of "osc whatdependson" I want to use deptestomatic.multi with the <graphic/> tag to see the dependency tree. To generate the .xml file I run "zypper --disable-system-resolvables in --debug-solver hamster-applet", that gives me a "trial" with this line: <install channel="oss" kind="package" name="hamster-applet" arch="noarch" version="2.91.2" release="4.1.2" status="U_Tu_"/> The problem is that when I try to change it for <install channel="src_oss" kind="srcpackage" name="hamster-applet" arch="noarch" version="2.91.2" release="4.1.2" status="U_Tu_"/> I get a "Can't find kind: srcpackage:'hamster-applet' in source 'src_oss': no such name/kind". I tried different versions, <install channel="src_oss" kind="srcpackage" name="hamster-applet" arch="noarch" version="2.91.2" release="4.1.2"/> <install channel="src_oss" kind="srcpackage" name="hamster-applet"/> But doesn't help. Any idea of what I should do to make it work? Thanks. -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org To contact the owner, e-mail: zypp-devel+owner@opensuse.org
participants (1)
-
Cristian Morales Vega