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 Mar 12, 2024
1 parent b0dd452 commit c4d3ec3
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 @@ -35,12 +35,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 python3 python3-cryptography python3-devel && \
dnf -y install openssl openssl-devel && \
dnf -y install openldap-devel && \
Expand All @@ -52,15 +46,7 @@ RUN dnf -y install python3 python3-cryptography python3-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 c4d3ec3

Please sign in to comment.