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-applicationinsights] rawhide: Add missing six dependency
Date: Thu, 02 Jul 2026 19:27:37 GMT [thread overview]
Message-ID: <178302045701.1.3103754902394223654.rpms-python-azure-mgmt-applicationinsights-ad257f09815c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-azure-mgmt-applicationinsights
Branch : rawhide
Commit : ad257f09815cbd2d6384e8d703d931181e4d2060
Author : Jeremy Cline <jeremycline@microsoft.com>
Date : 2026-07-02T15:26:51-04:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-azure-mgmt-applicationinsights/c/ad257f09815cbd2d6384e8d703d931181e4d2060?branch=rawhide
Log:
Add missing six dependency
This is only needed because we're stuck on an ancient version because
azure-cli doesn't update its dependencies.
---
diff --git a/python-azure-mgmt-applicationinsights.spec b/python-azure-mgmt-applicationinsights.spec
index ef4983f..7663b74 100644
--- a/python-azure-mgmt-applicationinsights.spec
+++ b/python-azure-mgmt-applicationinsights.spec
@@ -14,6 +14,8 @@ Source0: %{pypi_source %{srcname} %{version} zip}
BuildArch: noarch
BuildRequires: python3-devel
+# Drop once updated to a modern version
+BuildRequires: python3dist(six)
%if %{with tests}
BuildRequires: python3dist(azure-devtools)
@@ -33,6 +35,8 @@ Microsoft Azure Application Insights Management Client Library for Python}
%package -n python%{python3_pkgversion}-%{srcname}
Summary: %{summary}
+# Drop once updated to a modern version
+Requires: python3dist(six)
%description -n python%{python3_pkgversion}-%{srcname} %{_description}
reply other threads:[~2026-07-02 19:27 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=178302045701.1.3103754902394223654.rpms-python-azure-mgmt-applicationinsights-ad257f09815c@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