Skip to content

Commit

Permalink
Nix (#43904)
Browse files Browse the repository at this point in the history
* rosdep: python3-pyside2 on nixos

* rosdep/python: python3-omniorb
  • Loading branch information
nim65s authored Dec 30, 2024
1 parent 0c9557b commit 3fb562c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7603,6 +7603,15 @@ python3-ollama-pip:
ubuntu:
pip:
packages: [ollama]
python3-omniorb:
debian:
pip:
packages: [omniorb]
fedora: [python3-omniORB, omniORB-devel]
nixos: [python3Packages.omniorb]
ubuntu:
pip:
packages: [omniorb]
python3-onnxruntime-gpu-pip:
arch:
pip:
Expand Down Expand Up @@ -8650,6 +8659,7 @@ python3-pyside2:
debian: [libpyside2-dev, libshiboken2-dev, python3-pyside2.qtcore, python3-pyside2.qtgui, python3-pyside2.qthelp, python3-pyside2.qtnetwork, python3-pyside2.qtprintsupport, python3-pyside2.qttest, python3-pyside2.qtsvg, python3-pyside2.qtwidgets, python3-pyside2.qtxml, shiboken2]
fedora: [python3-pyside2, pyside2-tools, python3-pyside2-devel, python3-shiboken2, python3-shiboken2-devel, shiboken2]
gentoo: [dev-python/pyside2, dev/python/shiboken2]
nixos: [python3Packages.pyside2]
ubuntu:
'*': [libpyside2-dev, libshiboken2-dev, python3-pyside2.qtcore, python3-pyside2.qtgui, python3-pyside2.qthelp, python3-pyside2.qtnetwork, python3-pyside2.qtprintsupport, python3-pyside2.qtsvg, python3-pyside2.qttest, python3-pyside2.qtwidgets, python3-pyside2.qtxml, shiboken2]
bionic: null
Expand Down

0 comments on commit 3fb562c

Please sign in to comment.