public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jeremy Cline <jeremycline@microsoft.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-azure-mgmt-synapse] rawhide: Add missing dependency on six
Date: Mon, 06 Jul 2026 13:59:44 GMT	[thread overview]
Message-ID: <178334638455.1.8737049506717756947.rpms-python-azure-mgmt-synapse-c8701f2d7877@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-azure-mgmt-synapse
Branch : rawhide
Commit : c8701f2d7877cc3e5c4d97aa422e9a35d5f7f50a
Author : Jeremy Cline <jeremycline@microsoft.com>
Date   : 2026-07-06T09:59:27-04:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-azure-mgmt-synapse/c/c8701f2d7877cc3e5c4d97aa422e9a35d5f7f50a?branch=rawhide

Log:
Add missing dependency on six

---
diff --git a/python-azure-mgmt-synapse.spec b/python-azure-mgmt-synapse.spec
index 2b88799..2f97cf8 100644
--- a/python-azure-mgmt-synapse.spec
+++ b/python-azure-mgmt-synapse.spec
@@ -15,6 +15,8 @@ Source0:        %{pypi_source %{srcname} %{pypi_version} zip}
 BuildArch:      noarch
 
 BuildRequires:  python3-devel
+# Drop if upstream ever releases a modern version
+BuildRequires:  python3dist(six)
 
 # NOTE(mhayden): Made an error with 2.1.0b2 and didn't use the tilde in the
 # version number. This broke the update to b5. BZ 2165622.
@@ -38,6 +40,8 @@ Microsoft Azure Synapse Management Client Library for Python}
 
 %package -n python3-%{srcname}
 Summary:        %{summary}
+# Drop if upstream ever releases a modern version
+Requires:  python3dist(six)
 
 %description -n python3-%{srcname} %{_description}
 

                 reply	other threads:[~2026-07-06 13:59 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=178334638455.1.8737049506717756947.rpms-python-azure-mgmt-synapse-c8701f2d7877@fedoraproject.org \
    --to=jeremycline@microsoft.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