Skip to content

Commit c48bbb8

Browse files
committed
python: add python3-setuptools
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent 1c6d20f commit c48bbb8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/scripts/requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ jsonschema
44
docutils
55
black
66
IPython
7+
setuptools

.github/scripts/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ sudo apt-get install -y \
4343
python3-dev \
4444
python3-pip \
4545
python3-sphinx \
46+
python3-setuptools \
4647
libtool \
4748
git \
4849
build-essential \

0 commit comments

Comments
 (0)