On 2024/04/26 11:14, Landry Breuil wrote: > hi, > > on a bare machine with only rsync installed, trying to use rrsync > wrapper script fails: > > env: python3: No such file or directory > rsync: connection unexpectedly closed (0 bytes received so far) [sender] > rsync error: error in rsync protocol data stream (code 12) at io.c(231) > [sender=3.2.7] > > i know it's a bit unfortunate, but i suppose adding python3 as > RUN_DEPENDS is a bit ... gross ? should it be mentioned in a MESSAGE ? a > README ? > > Landry >
I don't really like README for such a small note and don't want to add the run dep for something that many people won't use. Personally I think a quick note in DESCR would be enough but it could be a MESSAGE. (the error message is pretty obvious though..)