* make use of rust and maturin * various bugfixes and improvements - Add _service and vendor.tar.zst because of rust bits OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=26
9 lines
260 B
Plaintext
9 lines
260 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srctar">slix-*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="filter">true</param>
|
|
</service>
|
|
</services>
|