public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-oci] rawhide: Fix missing six dependency
@ 2026-09-09 15:04 Major Hayden
0 siblings, 0 replies; only message in thread
From: Major Hayden @ 2026-09-09 15:04 UTC (permalink / raw)
To: git-commits
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}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-09 15:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 15:04 [rpms/python-oci] rawhide: Fix missing six dependency Major Hayden
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox