Skip to content

Commit

Permalink
Fixes #1576: Introduced wheel in Containerfile so setuptools will not…
Browse files Browse the repository at this point in the history
… be used. (#1577)
  • Loading branch information
ganeshmurthy authored Jul 24, 2024
1 parent 39e4d22 commit 6a3d2c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
rpm-build \
gcc gcc-c++ make cmake pkgconfig \
cyrus-sasl-devel openssl-devel libuuid-devel \
python3-devel python3-pip \
python3-devel python3-pip python3-wheel \
libnghttp2-devel \
wget tar patch findutils git \
libtool \
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

pre-commit

setuptools
virtualenv
wheel

Expand Down

0 comments on commit 6a3d2c2

Please sign in to comment.