#89 the-new-hotness: Add python3-pycurl dependency
Merged 3 years ago by zlopez. Opened 3 years ago by zlopez.
Unknown source hotness_release  into  master

@@ -13,7 +13,7 @@

      runPolicy: Serial

      source:

        dockerfile: |-

-         FROM fedora:30

+         FROM fedora:32

          LABEL \

            name="the-new-hotness" \

            vendor="Fedora Infrastructure" \
@@ -22,10 +22,9 @@

          RUN dnf install -y \

                  git \

                  koji \

-                 rpm-python \

                  rpmdevtools \

                  fedpkg \

-                 libcurl-devel \

+                 python3-pycurl \

                  python3-bugzilla \

                  python3-dogpile-cache \

                  python3-requests \

We don't need libcurl-devel if python3-pycurl is already packaged.

Signed-off-by: Michal Konečný mkonecny@redhat.com

Build failed.

1 new commit added

  • the-new-hotness: Update container to F32
3 years ago

Build failed.

rebased onto c0da6df

3 years ago

rebased onto c0da6df

3 years ago

Pull-Request has been merged by zlopez

3 years ago

Build succeeded.