Re: Disabling Python Dependency Generator Challenges

2020-12-25 Thread Miro Hrončok
On 22. 12. 20 17:01, Georg Sauthoff wrote: Ok, I'll try to work-around this by either disabling the generator like you suggested or by patching the setup.py INSTALL_REQUIRES. Modifing setup.py INSTALL_REQUIRES is the preferred solution. In case other different dependencies are added, they can

Re: Disabling Python Dependency Generator Challenges

2020-12-22 Thread Georg Sauthoff
On Tue, Dec 22, 2020 at 10:48:22AM +0100, Miro Hrončok wrote: [..] > As a side note, I wonder why do you need to resort to disabling the > automatic requires generator? If the dependency on pikepdf is bogus, work > with upstream to remove it. In the mean time, sed/patch it out form upstream > metad

Re: Disabling Python Dependency Generator Challenges

2020-12-22 Thread Miro Hrončok
On 22. 12. 20 10:48, Miro Hrončok wrote: On 21. 12. 20 17:30, Georg Sauthoff wrote: Thus, it looks like disabling the dependency generator with the python_disable_dependency_generator macro  didn't work? Hello Georg, It seems that the macro is not defined in EPEL 8 at all. ...snip... But we

Re: Disabling Python Dependency Generator Challenges

2020-12-22 Thread Miro Hrončok
On 21. 12. 20 17:30, Georg Sauthoff wrote: Hello, I'm trying to build a fedora package for EPEL8 on Copr and I'm wondering where its pikepdf dependency is coming from. I conditionally disable the python dependency generator with a 0%{?epel} guard (cf. https://github.com/gsauthof/copr-fedora/b