Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/user_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ If your host is >= buster, also install the following package.
apt install python3-distutils
```

The python3-distutils is deprecated and was replaced with python3-setuptools. If your apt complains about not finding python3-distutils, try the following instead:
```
apt install python3-setuptools
```

**NOTE:** sbuild version (<=0.78.1) packaged in Debian Buster doesn't support
`$apt_keep_downloaded_packages` option which is required in Isar for
populating `${DL_DIR}/deb`. So, host `sbuild` in this case should be manually
Expand Down