Circular import issue in F37

2023-06-05 Thread Sandro
Hi again, I'm trying to understand why I'm getting a circular import error running tests only in F37 [1]. It's an easy fix adding an empty __init__.py in %prep, but why are F38 and rawhide buildroots happy not having that file, while F37 complaints? The versions of the involved packages

Re: Question regarding setuptools automatic discovery (pyproject.toml)

2023-06-05 Thread Sandro
On 05-06-2023 11:19, Mikel Olasagasti wrote: I can make it work by adding a 'include = ["palettable"]' in the tool.setuptools.packages.find table [3]. But I'd like a second opinion before submitting a PR upstream. I ran to the same problem updating pg_activity last week. After a conversation

Re: Question regarding setuptools automatic discovery (pyproject.toml)

2023-06-05 Thread Mikel Olasagasti
Hi Sandro, Hau idatzi du Sandro (li...@penguinpee.nl) erabiltzaileak (2023 eka. 4(a), ig. (01:55)): > > Hi, > > I ran into a build failure for a Python package that dropped setup.py in > the latest update and uses pyproject.toml for metadata and setuptools. > > The build failed due to 'error: