public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-wand] rawhide: Fix BuildRequires and Requires
@ 2026-09-03 13:43 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-09-03 13:43 UTC (permalink / raw)
  To: git-commits

            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
 

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

only message in thread, other threads:[~2026-09-03 13:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 13:43 [rpms/python-wand] rawhide: Fix BuildRequires and Requires Filipe Rosset

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