Skip to content

Commit c20285e

Browse files
Create Building-a-Custom-Debian-Package.rst (#3324) (#3326)
added required packages to build a python-package (cherry picked from commit 1843bd3) Co-authored-by: Nikolas Engelhard <[email protected]>
1 parent b971813 commit c20285e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/How-To-Guides/Building-a-Custom-Debian-Package.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Run the following command to install utilities needed for the build:
2424

2525
.. code:: bash
2626
27-
$ sudo apt install python3-bloom python3-rosdep fakeroot
27+
$ sudo apt install python3-bloom python3-rosdep fakeroot debhelper dh-python
2828
2929
Initialize rosdep
3030
-----------------

0 commit comments

Comments
 (0)