samba-log-parser: make python optional
authorMichael Tokarev <mjt@tls.msk.ru>
Sun, 26 May 2024 11:40:40 +0000 (14:40 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 20 Jun 2024 06:49:50 +0000 (09:49 +0300)
commitb4e29dd1fd23b3fd0edb0bb14c7bce2a671b84e0
treeb0d732bd876214260c5bc69ba8edec669e408e59
parent88b28d772ab0884f49328d7498bb8ddb041a3aa5
samba-log-parser: make python optional

Forwarded: not-needed
Debian-Specific: yes

samba-log-parser is a rarely used utility written in python.
It is the only python program in the samba-common-bin package.
By using this simple trick (wrapping the script into #!/bin/sh)
we can make the python package optional, to be able to install
minimal samba client.

Gbp-Pq: Name make-python-optional.diff
source3/script/samba-log-parser