[CI/CD] Added `python-setuptools` to build dependencies.
continuous-integration/drone/push Build is passing Details

It's apparently been extracted out of the core Python library on the
version 3.12 of the interpreter.
This commit is contained in:
Fabio Manganiello 2024-05-02 03:30:51 +02:00
parent 373d98fc6a
commit a5826892dd
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 3 additions and 3 deletions

View File

@ -462,7 +462,7 @@ steps:
- echo "-- Installing dependencies"
- apt update
- apt install -y curl dpkg-dev gpg git python3 python3-pip
- apt install -y curl dpkg-dev gpg git python3 python3-pip python3-setuptools
- echo "-- Copying source directory"
- mkdir -p "$WORKDIR"
@ -567,7 +567,7 @@ steps:
- echo "-- Installing dependencies"
- apt update
- apt install -y curl dpkg-dev gpg git python3 python3-pip
- apt install -y curl dpkg-dev gpg git python3 python3-pip python3-setuptools
- echo "--- Parsing metadata"
- git config --global --add safe.directory "$PWD"
@ -871,7 +871,7 @@ steps:
[ -f .skipci ] && exit 0
- echo "-- Installing dependencies"
- yum install -y createrepo rpm-build rpm-sign gpg wget yum-utils git python python-pip
- yum install -y createrepo rpm-build rpm-sign gpg wget yum-utils git python python-pip python-setuptools
- echo "-- Copying source directory"
- mkdir -p "$WORKDIR"