Skip to content

Commit e767aaf

Browse files
committed
Add urwid in dependency for ms_operator conda pkg
1 parent b24dd7e commit e767aaf

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

src/ms_operator/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>ms_operator</name>
4-
<version>1.0.1</version>
4+
<version>1.0.2</version>
55
<description>OperatorNode, TUI and utils for Motion Stack.</description>
66
<maintainer email="karimov.shamistan.p8@dc.tohoku.ac.jp">Shamistan KARIMOV</maintainer>
77
<license>MIT</license>

src/ms_operator/pixi-humble.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ preview = ["pixi-build"]
1313

1414
[dependencies]
1515
ros-humble-ms-operator = { path = "." }
16-
gogo_keyboard =">=1.0.3"
1716
ros-humble-keyboard-event-msgs = ">=1.0.3"
1817
ros-humble-motion-stack = ">=1.0.2"
1918
ros-humble-ros-core = "*"
2019
ros-humble-sensor-msgs = "*"
2120
ros-humble-rclpy = "*"
21+
gogo_keyboard = ">=1.0.3"
22+
urwid = "*"
2223

2324
[package]
2425
name = "ros-humble-ms-operator"
@@ -44,7 +45,8 @@ setuptools = "*"
4445
setuptools = "*"
4546

4647
[package.run-dependencies]
47-
gogo_keyboard =">=1.0.3"
48+
gogo_keyboard = ">=1.0.3"
49+
urwid = "*"
4850
ros-humble-keyboard-event-msgs = ">=1.0.3"
4951
ros-humble-motion-stack = ">=1.0.2"
5052
ros-humble-ros-core = "*"

src/ms_operator/pixi-jazzy.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ preview = ["pixi-build"]
1313

1414
[dependencies]
1515
ros-jazzy-ms-operator = { path = "." }
16-
gogo_keyboard =">=1.0.3"
1716
ros-jazzy-keyboard-event-msgs = ">=1.0.3"
1817
ros-jazzy-motion-stack = ">=1.0.2"
1918
ros-jazzy-ros-core = "*"
2019
ros-jazzy-sensor-msgs = "*"
2120
ros-jazzy-rclpy = "*"
21+
gogo_keyboard = ">=1.0.3"
22+
urwid = "*"
2223

2324
[package]
2425
name = "ros-jazzy-ms-operator"
@@ -44,7 +45,8 @@ setuptools = "*"
4445
setuptools = "*"
4546

4647
[package.run-dependencies]
47-
gogo_keyboard =">=1.0.3"
48+
gogo_keyboard = ">=1.0.3"
49+
urwid = "*"
4850
ros-jazzy-keyboard-event-msgs = ">=1.0.3"
4951
ros-jazzy-motion-stack = ">=1.0.2"
5052
ros-jazzy-ros-core = "*"

src/ms_operator/pixi-kilted.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ preview = ["pixi-build"]
1313

1414
[dependencies]
1515
ros-kilted-ms-operator = { path = "." }
16-
gogo_keyboard =">=1.0.3"
1716
ros-kilted-keyboard-event-msgs = ">=1.0.3"
1817
ros-kilted-motion-stack = ">=1.0.2"
1918
ros-kilted-ros-core = "*"
2019
ros-kilted-sensor-msgs = "*"
2120
ros-kilted-rclpy = "*"
21+
gogo_keyboard = ">=1.0.3"
22+
urwid = "*"
2223

2324
[package]
2425
name = "ros-kilted-ms-operator"
@@ -44,7 +45,8 @@ setuptools = "*"
4445
setuptools = "*"
4546

4647
[package.run-dependencies]
47-
gogo_keyboard =">=1.0.3"
48+
gogo_keyboard = ">=1.0.3"
49+
urwid = "*"
4850
ros-kilted-keyboard-event-msgs = ">=1.0.3"
4951
ros-kilted-motion-stack = ">=1.0.2"
5052
ros-kilted-ros-core = "*"

0 commit comments

Comments
 (0)