Commit 2069b70
committed
requirements: add setuptools
From a fresh installation of Ubuntu 24.04 with build-essential there
was an error when following the build instructions in the readme.
```
ModuleNotFoundError: No module named 'pkg_resources'
```
This was due to a missing `setuptools` package.
Add `setuptools` to `requirements.txt`.
Signed-off-by: Chris Friedt <[email protected]>1 parent 4d55f35 commit 2069b70
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
0 commit comments