public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: mprahl <mprahl@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rpkg] 1.70-1: Add python-requests as a dependency for module commands
Date: Mon, 10 Aug 2026 21:43:47 GMT	[thread overview]
Message-ID: <178639822758.1.11123408229073844112.rpms-rpkg-3528c1c7f26e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rpkg
            Branch : 1.70-1
            Commit : 3528c1c7f26e97742772acb78fc577cb11cf42ba
            Author : mprahl <mprahl@redhat.com>
            Date   : 2017-10-17T14:54:41-04:00
            Stats  : +10/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rpkg/c/3528c1c7f26e97742772acb78fc577cb11cf42ba?branch=1.70-1

            Log:
            Add python-requests as a dependency for module commands

Signed-off-by: mprahl <mprahl@redhat.com>

---
diff --git a/rpkg.spec b/rpkg.spec
index e7ba5a0..6b06491 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -31,6 +31,7 @@ BuildRequires:  python-kitchen
 BuildRequires:  python-pycurl
 BuildRequires:  python-rpmfluff
 BuildRequires:  python-six >= 1.9.0
+BuildRequires:  python2-openidc-client
 
 BuildRequires:  python-nose
 BuildRequires:  python-mock
@@ -39,6 +40,9 @@ BuildRequires:  rpmlint
 
 %if 0%{?rhel} && 0%{?rhel} < 7
 BuildRequires:  python-argparse
+BuildRequires:  python-requests
+%else
+BuildRequires:  python2-requests
 %endif
 
 Requires:       mock
@@ -53,6 +57,12 @@ Requires:       python-pycurl
 Requires:       python-six >= 1.9.0
 Requires:       python2-cccolutils
 Requires:       python2-koji
+%if 0%{?rhel} && 0%{?rhel} < 7
+Requires:  python-requests
+%else
+Requires:  python2-requests
+%endif
+
 
 Conflicts:      fedpkg < 1.26
 

                 reply	other threads:[~2026-08-10 21:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178639822758.1.11123408229073844112.rpms-rpkg-3528c1c7f26e@fedoraproject.org \
    --to=mprahl@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox