public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-pip] rawhide: BuildRequire python-packaging in bootstrap build
Date: Thu, 17 Sep 2026 10:47:46 GMT	[thread overview]
Message-ID: <178964206658.1.16460661796456185956.rpms-python-pip-34a7fed67f92@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-09-17 10:47 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=178964206658.1.16460661796456185956.rpms-python-pip-34a7fed67f92@fedoraproject.org \
    --to=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