public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: Add python-requests as a dependency for module commands
@ 2026-08-10 21:43 mprahl
0 siblings, 0 replies; only message in thread
From: mprahl @ 2026-08-10 21:43 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 21:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 21:43 [rpms/rpkg] 1.70-1: Add python-requests as a dependency for module commands mprahl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox