| opendevreview | Gorka Eguileor proposed openstack/osc-lib master: Fix shell's __init__ https://review.opendev.org/c/openstack/osc-lib/+/975784 | 12:24 |
|---|---|---|
| opendevreview | Cyril Roelandt proposed openstack/openstacksdk master: image: Add support for downloading from a specific store https://review.opendev.org/c/openstack/openstacksdk/+/969839 | 14:48 |
| croelandt | stephenfin: 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 |
| vinetos | Hey, 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 |
| vinetos | This should use `[tool.setuptools.packages.find]` with `include = ["osc_lib*"]` instead to auto-discover subpackages (or manually declares them) | 16:18 |
| vinetos | Is this a known issue? Should I file a bug? | 16:18 |
| *** croeland1 is now known as croelandt | 20:05 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!