Skip to content

Commit

Permalink
Add OS_RASPBIAN (#244)
Browse files Browse the repository at this point in the history
We should set up an alias in rosdep as soon as possible so that when
we're ready to switch raspbian to detecting separately from Debian, we
don't break rosdep.
  • Loading branch information
cottsay authored Feb 24, 2022
1 parent 915d5c1 commit 230ad32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rospkg/os_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ def get_codename(self):
OS_OSX = 'osx'
OS_POP = 'pop'
OS_QNX = 'qnx'
OS_RASPBIAN = 'raspbian'
OS_RHEL = 'rhel'
OS_ROCKY = 'rocky'
OS_SLACKWARE = 'slackware'
Expand Down

0 comments on commit 230ad32

Please sign in to comment.