Thursday, 2026-02-05

opendevreviewGorka Eguileor proposed openstack/osc-lib master: Fix shell's __init__  https://review.opendev.org/c/openstack/osc-lib/+/97578412:24
opendevreviewCyril Roelandt proposed openstack/openstacksdk master: image: Add support for downloading from a specific store  https://review.opendev.org/c/openstack/openstacksdk/+/96983914:48
croelandtstephenfin: hey! We're trying to not create new gaps between glanceclient and SDK/OSC. Could you help review https://review.opendev.org/c/openstack/openstacksdk/+/969839 for this new Glance feature?15:21
vinetosHey, since migrating to pyproject.toml, some libs have broken subpackage inclusion. For example, osc-lib has `packages = ["osc_lib"]` which only packages the top-level module. subpackages like osc_lib.api and osc_lib.cli are excluded from builds (only for some specific commands that relies on the declaration of sub-packages)16:18
vinetosThis should use `[tool.setuptools.packages.find]` with `include = ["osc_lib*"]` instead to auto-discover subpackages (or manually declares them)16:18
vinetosIs this a known issue? Should I file a bug?16:18
*** croeland1 is now known as croelandt20:05

Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!