Commit 237c789
Kyr Shatskyy
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: 252ab4f
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>1 parent d44278d commit 237c789
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
113 | | - | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments