]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
setup.cfg: fix teuthology-openstack dependency 2074/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Fri, 15 Aug 2025 14:33:59 +0000 (16:33 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Fri, 15 Aug 2025 14:44:32 +0000 (16:44 +0200)
commit237c7894d99d77f73b63756c6407a40ee88dd1cd
tree0ef1169ff0c8169bb987ba6003808299d06a1674
parentd44278d68ac421d02befa5806888a337b827d184
setup.cfg: fix teuthology-openstack dependency

The PR #2050 "Revive teuthology-openstack" introduced new dependency
after refactoring partly of teuthology.openstack instance classes
to use api instead of command line. However the openstacksdk
added to wrong section options.extras_require.openstack, that
intended to be used for provisioning openstack nodes via libcloud,
which is optional and is not installable by default.

I.e. `pip install -e ".[openstack]"` must be used in order to get it.

However the refactoring forced unconditional openstack requirement.

That's why this dependency should go to options.install_requires in order
to make `pip install -e .` work again.

Fixes: 252ab4f6a44c0d64b1e4cfb2b86e9bf58b5d9ffb
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
setup.cfg