Files
python-slixmpp/_service
Matej Cepl 76ca0de98b - Update to 1.12.0
* 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
2025-11-18 18:27:17 +00:00

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>