Skip to content

Commit

Permalink
Merge pull request OSGeo#9103 from rouault/ci_fedora
Browse files Browse the repository at this point in the history
CI fedora_rawhide: explicitly install python3-setuptools
  • Loading branch information
rouault authored Jan 18, 2024
2 parents a99ea67 + 30bf49b commit d7945f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fedora_rawhide/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN dnf install -y clang make diffutils ccache cmake \
armadillo-devel qhull-devel \
hdf-devel hdf5-devel netcdf-devel \
libpq-devel \
python3-pip python3-devel python3-lxml swig \
python3-setuptools python3-pip python3-devel python3-lxml swig \
glibc-gconv-extra

COPY requirements.txt /tmp/
Expand Down

0 comments on commit d7945f9

Please sign in to comment.