Skip to content

Commit

Permalink
Add webargs and Flask-JWT-Extended (#31735)
Browse files Browse the repository at this point in the history
* Add webargs and flask-jwt-extended

* fix conflicting keys

* flip anchor

* Apply requested changes

* add jammy and fix trailing whitespaces

* Add jammy def for webargs

* remove opensuse from webargs

* Update rosdep/python.yaml

Co-authored-by: Tully Foote <[email protected]>

* Update rosdep/python.yaml

Co-authored-by: Tully Foote <[email protected]>

* Update rosdep/python.yaml

Co-authored-by: Tully Foote <[email protected]>

* Update rosdep/python.yaml

Co-authored-by: Tully Foote <[email protected]>

* Update rosdep/python.yaml

Co-authored-by: Tully Foote <[email protected]>

* Update rosdep/python.yaml

Co-authored-by: Tully Foote <[email protected]>

* Update rosdep/python.yaml

Co-authored-by: Tully Foote <[email protected]>

* Update rosdep/python.yaml

Co-authored-by: Tully Foote <[email protected]>

* Update rosdep/python.yaml

Co-authored-by: Tully Foote <[email protected]>

* make pip version specific

* fix alphabetic ordering

Co-authored-by: Abdul Rahman Dabbour <[email protected]>
Co-authored-by: Tully Foote <[email protected]>
  • Loading branch information
3 people authored Jan 20, 2022
1 parent 371bcac commit c12d1c0
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6513,6 +6513,20 @@ python3-flask-cors:
ubuntu:
'*': [python3-flask-cors]
bionic: null
python3-flask-jwt-extended:
debian:
'*': [python3-python-flask-jwt-extended]
buster:
pip:
packages: [flask-jwt-extended]
freebsd: [py-flask-jwt-extended]
nixos: [python39Packages.flask-jwt-extended]
opensuse: [python-flask-jwt-extended]
ubuntu:
'*': [python3-python-flask-jwt-extended]
bionic:
pip:
packages: [flask-jwt-extended]
python3-flask-restplus-pip:
ubuntu:
pip:
Expand Down Expand Up @@ -8519,6 +8533,25 @@ python3-weasyprint-pip:
ubuntu:
pip:
packages: [weasyprint]
python3-webargs:
arch: [python-webargs]
debian:
'*': [python3-webargs]
bullseye:
pip:
packages: [webargs]
buster:
pip:
packages: [webargs]
nixos: [python39Packages.webargs]
ubuntu:
'*': [python3-webargs]
bionic:
pip:
packages: [webargs]
focal:
pip:
packages: [webargs]
python3-websocket:
debian: [python3-websocket]
fedora: [python3-websocket-client]
Expand Down

0 comments on commit c12d1c0

Please sign in to comment.