[opensuse-buildservice] Issues with python3-beautifulsoup4
Hi all, Apologies if this is the wrong place to send. I've been having an issue where packages built in OBS suddenly depend on python3dist(bs4) instead of python3-beautifulsoup4 or another package that exists, does anyone know why this might be? I assume it's something wrong in my spec file. This never used to happen though, and now it happens for both Fedora 30 and 31. Can anyone give me any advice? Thanks, Hamish McIntyre-Bhatty
On Donnerstag, 30. Januar 2020, 22:39:58 CET Hamish MB wrote:
Hi all,
Apologies if this is the wrong place to send.
I've been having an issue where packages built in OBS suddenly depend on python3dist(bs4) instead of python3-beautifulsoup4 or another package that exists, does anyone know why this might be? I assume it's something wrong in my spec file. This never used to happen though, and now it happens for both Fedora 30 and 31.
Can anyone give me any advice?
# osc buildinfo -d ... and pipe that into some file. You can search for the packages afterwards and find out what leaded to that resolution. -- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany (HRB 247165, AG München), Geschäftsführer: Felix Imendörffer -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Thu, Jan 30, 2020 at 4:40 PM Hamish MB <hamishmb@live.co.uk> wrote:
Hi all,
Apologies if this is the wrong place to send.
I've been having an issue where packages built in OBS suddenly depend on python3dist(bs4) instead of python3-beautifulsoup4 or another package that exists, does anyone know why this might be? I assume it's something wrong in my spec file. This never used to happen though, and now it happens for both Fedora 30 and 31.
Can anyone give me any advice?
This change happened because Fedora switched on the Python dependency generator in Fedora 30: https://fedoraproject.org/wiki/Changes/EnablingPythonGeneratorsByDefault python3-beautifulsoup4 provides python3dist(bs4), so things that require python3dist(bs4) will still get python3-beautifulsoup4. -- 真実はいつも一つ!/ Always, there's only one truth! -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Hamish MB
-
Neal Gompa