Skip to content

Commit

Permalink
Drop createrepo_c build deps
Browse files Browse the repository at this point in the history
We use the prebuilt wheels nowadays

[noissue]
  • Loading branch information
dralley committed Feb 6, 2024
1 parent f5bb168 commit 4b413bb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions images/Containerfile.core.base
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ RUN dnf -y module enable nginx:1.22

# glibc-langpack-en is needed to provide the en_US.UTF-8 locale, which Pulp
# seems to need.
#
# The last 5 lines (before clean) are needed until python3-createrepo_c gets an
# RPM upgrade to 0.16.2. Until then, we install & build it from PyPI.
#
# TODO: Investigate differences between `dnf builddep createrepo_c` vs the list
# of dependencies below. For example, drpm-devel.
RUN dnf -y install python38 python38-cryptography python38-devel && \
dnf -y install openssl openssl-devel && \
dnf -y install openldap-devel && \
Expand All @@ -48,15 +42,7 @@ RUN dnf -y install python38 python38-cryptography python38-devel && \
dnf -y install python3-libcomps && \
dnf -y install libpq-devel && \
dnf -y install python3-setuptools && \
dnf -y install swig && \
dnf -y install buildah --exclude container-selinux && \
dnf -y install xz && \
dnf -y install libmodulemd-devel && \
dnf -y install libcomps-devel && \
dnf -y install zchunk-devel && \
dnf -y install ninja-build && \
dnf -y install cairo-devel cmake gobject-introspection-devel cairo-gobject-devel && \
dnf -y install libcurl-devel libxml2-devel sqlite-devel file-devel && \
dnf -y install ostree-libs ostree && \
dnf -y install skopeo && \
dnf -y install podman && \
Expand Down

0 comments on commit 4b413bb

Please sign in to comment.