OpenRTM / OpenRTM-aist-Python

OpenRTM-aist: RT-Middleware and OMG RTC implementation in Python implemented by AIST
Other
2 stars 7 forks source link

openrtm-aist-pythonの依存パッケージにpython3-omniorbが含まれていない #231

Closed n-ando closed 4 years ago

n-ando commented 4 years ago

Describe the bug

openrtm-aist-pythonの依存パッケージにpython3-omniorbが含まれていないので、openrtm-aist-pythonを単独インストールした場合、omniORBpyがなくコンポーネントが実行できない。

Expected behavior openrtm-aist-python の依存関係に python3-omniorb を追加する。

https://github.com/OpenRTM/OpenRTM-aist-Python/blob/master/packages/deb/debian/control

controlファイル、openrtm-aist-python の Dependencies

Depends: ${shlibs:Depends}, ${misc:Depends}, omniorb-nameserver
↓
Depends: ${shlibs:Depends}, ${misc:Depends}, python3-omniorb, omniorb-nameserver

とすべきではないか?

Environment

n-kawauchi commented 4 years ago

ご指摘の通りなので、修正します。 masterブランチのdebパッケージ生成処理はメンテナンスしていないため、まだPython3対応になっておりません。後日修正といたします。