Re: Avoiding the automatic /usr/bin/python3 dep

2020-06-25 Thread Miroslav Suchý
Dne 25. 06. 20 v 16:06 Igor Raits napsal(a): > I think removing that dependency is simply wrong. It essentially means > that one would not be able to use those scripts without dependency > being installed. Simply removing is wrong. But I see nothing bad on moving it to Recommends or even

Re: Avoiding the automatic /usr/bin/python3 dep

2020-06-25 Thread Richard Hughes
On Thu, 25 Jun 2020 at 14:57, Miro Hrončok wrote: > What you need is to disable is the "shebang dependency generator" from RPM. > The > easiest way is to use: > https://docs.fedoraproject.org/en-US/packaging-guidelines/AutoProvidesAndRequiresFiltering/ > %global __requires_exclude

Re: Avoiding the automatic /usr/bin/python3 dep

2020-06-25 Thread Igor Raits
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Thu, 2020-06-25 at 14:50 +0100, Richard Hughes wrote: > Hi all, > > In fwupd we ship 4 *tiny* python scripts that are useful for ODMs and > other people working with low level firmware blobs. In >

Re: Avoiding the automatic /usr/bin/python3 dep

2020-06-25 Thread Miro Hrončok
On 25. 06. 20 15:50, Richard Hughes wrote: Hi all, In fwupd we ship 4 *tiny* python scripts that are useful for ODMs and other people working with low level firmware blobs. In https://src.fedoraproject.org/rpms/fwupd/pull-request/2 it was suggested we split them off as a subpackage to avoid the

Re: Avoiding the automatic /usr/bin/python3 dep

2020-06-25 Thread Neal Gompa
On Thu, Jun 25, 2020 at 9:51 AM Richard Hughes wrote: > > Hi all, > > In fwupd we ship 4 *tiny* python scripts that are useful for ODMs and > other people working with low level firmware blobs. In > https://src.fedoraproject.org/rpms/fwupd/pull-request/2 it was > suggested we split them off as a

Avoiding the automatic /usr/bin/python3 dep

2020-06-25 Thread Richard Hughes
Hi all, In fwupd we ship 4 *tiny* python scripts that are useful for ODMs and other people working with low level firmware blobs. In https://src.fedoraproject.org/rpms/fwupd/pull-request/2 it was suggested we split them off as a subpackage to avoid the /usr/bin/python3 dep which is unwanted on