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>
Wed, 29 May 2024 17:31:41 +0000 (20:31 +0300)
commitbdfb1e45f3239d86a1a3a701d0348545536fc271
treecbae73e5279b855afe9b872f66ed478b8919a9c4
parent2dab1a1fa6bae9eb5a9b0ea593ca1e6d80adba61
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