public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pip] rawhide: BuildRequire python-packaging in bootstrap build
@ 2026-09-17 10:47 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-17 10:47 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-pip
            Branch : rawhide
            Commit : 34a7fed67f92d724b28db83123f5e9f1c182661e
            Author : Tomáš Hrnčiar <thrnciar@redhat.com>
            Date   : 2026-09-10T11:31:31+00:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-pip/c/34a7fed67f92d724b28db83123f5e9f1c182661e?branch=rawhide

            Log:
            BuildRequire python-packaging in bootstrap build

pyproject_save_files imports packaging.utils and we need to declare the
dependency manualy. Otherwise the build fails with module not found
error.

---
diff --git a/python-pip.spec b/python-pip.spec
index 3fcf89f..12dcfdd 100644
--- a/python-pip.spec
+++ b/python-pip.spec
@@ -170,6 +170,7 @@ BuildRequires:  python%{python3_pkgversion}-devel
 BuildRequires:  python3-rpm-generators >= 11-8
 BuildRequires:  pyproject-rpm-macros
 BuildRequires:  python%{python3_pkgversion}-flit-core
+BuildRequires:  python%{python3_pkgversion}-packaging
 BuildRequires:  bash-completion
 BuildRequires:  ca-certificates
 Requires:       ca-certificates

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-17 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17 10:47 [rpms/python-pip] rawhide: BuildRequire python-packaging in bootstrap build 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox