public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Major Hayden <major@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-oci] rawhide: Fix missing six dependency
Date: Wed, 09 Sep 2026 15:04:11 GMT [thread overview]
Message-ID: <178896625140.1.14195013517190648261.rpms-python-oci-e4186cce776c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-oci
Branch : rawhide
Commit : e4186cce776cdfce86d508557cd3640bf034d967
Author : Major Hayden <major@redhat.com>
Date : 2026-09-09T10:00:50-05:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-oci/c/e4186cce776cdfce86d508557cd3640bf034d967?branch=rawhide
Log:
Fix missing six dependency
- Resolves: rhbz#2487019
Signed-off-by: Major Hayden <major@redhat.com>
---
diff --git a/python-oci.spec b/python-oci.spec
index 7d1badb..68c0ce1 100644
--- a/python-oci.spec
+++ b/python-oci.spec
@@ -26,6 +26,10 @@ BuildRequires: python3-devel
# oci/object_storage/transfer/internal/additional_checksum.py imports crc32c.
BuildRequires: python3dist(crc32c)
+# Upstream imports six unconditionally but does not declare it in pyproject.toml,
+# so it is not pulled into build requirements or generated runtime requirements.
+BuildRequires: python3dist(six)
+
%if %{with tests}
BuildRequires: python3dist(docstring-parser)
BuildRequires: python3dist(pydantic)
@@ -46,6 +50,7 @@ Summary: %{summary}
# Undeclared upstream dependency (imported in oci.object_storage). See the
# BuildRequires comment above.
Requires: python3dist(crc32c)
+Requires: python3dist(six)
%description -n python3-%{srcname} %{_description}
reply other threads:[~2026-09-09 15:04 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=178896625140.1.14195013517190648261.rpms-python-oci-e4186cce776c@fedoraproject.org \
--to=major@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