Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http_relay: 1.0.1-1 in 'noetic/distribution.yaml' [bloom] #37717

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions noetic/distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3931,6 +3931,23 @@ repositories:
url: https://github.com/ros4hri/hri_rviz.git
version: main
status: developed
http_relay:
doc:
type: git
url: https://github.com/ctu-vras/http_relay.git
version: master
release:
packages:
- python3-http-relay
tags:
release: release/noetic/{package}/{version}
url: https://gitlab.fel.cvut.cz/cras/ros-release/http_relay.git
version: 2.1.3-2
source:
type: git
url: https://github.com/ctu-vras/http_relay.git
version: master
status: maintained
human_description:
doc:
type: git
Expand Down
34 changes: 34 additions & 0 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6431,6 +6431,40 @@ python3-hidapi:
python3-hidapi-cffi:
debian: [python3-hidapi]
ubuntu: [python3-hidapi]
python3-http-relay:
arch:
pip:
packages: [http-relay]
debian:
'*': [python3-http-relay]
bookworm:
pip:
packages: [http-relay]
bullseye:
pip:
packages: [http-relay]
buster: null
fedora:
pip:
packages: [http-relay]
gentoo:
pip:
packages: [http-relay]
nixos:
pip:
packages: [http-relay]
osx:
pip:
packages: [http-relay]
rhel:
pip:
packages: [http-relay]
ubuntu:
'*': [python3-http-relay]
focal: null
jammy:
pip:
packages: [http-relay]
python3-httplib2:
debian: [python3-httplib2]
fedora: [python3-httplib2]
Expand Down
Loading