public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-wand] rawhide: Fix BuildRequires and Requires
Date: Thu, 03 Sep 2026 13:43:15 GMT	[thread overview]
Message-ID: <178844299543.1.118371299330984183.rpms-python-wand-7f3c5b284128@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-wand
            Branch : rawhide
            Commit : 7f3c5b28412892aad38a76777ac112c6d9a4f077
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-09-02T19:39:01-03:00
            Stats  : +3/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-wand/c/7f3c5b28412892aad38a76777ac112c6d9a4f077?branch=rawhide

            Log:
            Fix BuildRequires and Requires

Resolves: rhbz#2502718

---
diff --git a/python-wand.spec b/python-wand.spec
index 624e211..71cb99b 100644
--- a/python-wand.spec
+++ b/python-wand.spec
@@ -9,11 +9,9 @@ Source:         %{pypi_source Wand}
 
 BuildArch:      noarch
 BuildRequires:  python3-devel
-BuildRequires:  ImageMagick-c++-devel
+BuildRequires:  ImageMagick-libs
 # Documentation
 BuildRequires:  texinfo
-BuildRequires:  python3dist(docutils)
-BuildRequires:  python3dist(sphinx)
 
 %global _description %{expand:
 Wand is a ctypes-based simple ImageMagick binding for Python. All
@@ -23,6 +21,7 @@ functionalities of MagickWand API are implemented in Wand.}
 
 %package -n     python3-wand
 Summary:        %{summary}
+Requires:       ImageMagick-libs
 
 %description -n python3-wand %_description
 
@@ -40,7 +39,7 @@ Summary:        %{summary}
 pushd docs
 sphinx-build -b texinfo . texinfo
 pushd texinfo
-makeinfo --docbook wand.texi	
+makeinfo --docbook wand.texi
 popd
 popd
 

                 reply	other threads:[~2026-09-03 13:43 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=178844299543.1.118371299330984183.rpms-python-wand-7f3c5b284128@fedoraproject.org \
    --to=rosset.filipe@gmail.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