Skip to content

Commit

Permalink
Adding pytransitions (ros#18478)
Browse files Browse the repository at this point in the history
* added pytransitions

Add pytransitions (https://pypi.org/project/transitions/) for easy finite state machine implementation in python

* updated packages for other ubuntu/debian versions

* added wildcard for current distributions

* Corrected indentation

* adjusted indentation
  • Loading branch information
nicolaje authored and dirk-thomas committed Jul 13, 2018
1 parent 0ff8219 commit 8d29321
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3947,6 +3947,20 @@ python-transforms3d-pip:
ubuntu:
pip:
packages: [transforms3d]
python-transitions:
debian:
'*': [python-transitions]
stretch:
pip:
packages: [transitions]
ubuntu:
'*': [python-transitions]
trusty:
pip:
packages: [transitions]
xenial:
pip:
packages: [transitions]
python-trep:
debian:
pip:
Expand Down

0 comments on commit 8d29321

Please sign in to comment.