File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,3 +159,5 @@ lanelet2_python:
159159 additional_cmake_args : " -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_STANDARD_REQUIRED=ON -DCMAKE_CXX_EXTENSIONS=OFF"
160160robot_state_publisher :
161161 additional_cmake_args : " -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON"
162+ better_launch :
163+ build_number : 16
Original file line number Diff line number Diff line change @@ -804,6 +804,8 @@ python3-dev:
804804 robostack : [python]
805805python3-docopt :
806806 robostack : [docopt]
807+ python3-docstring-parser :
808+ robostack : [docstring_parser]
807809python3-docutils :
808810 robostack : [docutils]
809811python3-empy :
@@ -875,6 +877,8 @@ python3-opengl:
875877 linux : [pyopengl, libopengl-devel, libgl-devel]
876878 osx : [pyopengl]
877879 win64 : [pyopengl]
880+ python3-osrf-pycommon :
881+ robostack : [osrf_pycommon]
878882python3-packaging :
879883 robostack : [packaging]
880884python3-pandas :
@@ -889,6 +893,8 @@ python3-pip:
889893 robostack : [pip]
890894python3-pkg-resources :
891895 robostack : []
896+ python3-prompt-toolkit :
897+ robostack : [prompt-toolkit]
892898python3-protobuf :
893899 robostack : [protobuf]
894900python3-psutil :
@@ -949,6 +955,8 @@ python3-scipy:
949955 robostack : [scipy]
950956python3-serial :
951957 robostack : [pyserial]
958+ python3-setproctitle :
959+ robostack : [setproctitle]
952960python3-setuptools :
953961 robostack : [setuptools]
954962python3-simplejson :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ conda_index:
55 - robostack.yaml
66 - packages-ignore.yaml
77
8- # Reminder for next full rebuild, the next build number should be 16
8+ # Reminder for next full rebuild, the next build number should be 17
99build_number : 15
1010
1111mutex_package :
You can’t perform that action at this time.
0 commit comments