public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/qtile] rawhide: Clean up dependencies
@ 2026-08-10 20:20 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-08-10 20:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/qtile
Branch : rawhide
Commit : bae93c60f7c79235562bdd0187398f6322818d8d
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-08-07T15:54:40-04:00
Stats : +9/-23 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/qtile/c/bae93c60f7c79235562bdd0187398f6322818d8d?branch=rawhide
Log:
Clean up dependencies
---
diff --git a/qtile.spec b/qtile.spec
index 8e07f9b..c5d0975 100644
--- a/qtile.spec
+++ b/qtile.spec
@@ -15,32 +15,16 @@ ExcludeArch: %{ix86}
BuildRequires: python3-devel
BuildRequires: desktop-file-utils
-BuildRequires: pulseaudio
+BuildRequires: pipewire-pulseaudio
# Test dependencies
BuildRequires: gcc
-BuildRequires: python3-pytest-httpbin
BuildRequires: xcb-util-cursor
BuildRequires: xorg-x11-server-Xvfb
BuildRequires: xorg-x11-server-Xephyr
BuildRequires: xterm
BuildRequires: rsvg-pixbuf-loader
-# We need to force install wlroots 0.19 because Qtile expect this exact version
-%if 0%{?fedora} >= 44
-BuildRequires: wlroots0.19
-BuildRequires: wlroots0.19-devel
-%else
-BuildRequires: wlroots
-BuildRequires: wlroots-devel
-%endif
-
-# Some dependencies are loaded with ffi.dlopen, and to declare them properly
-# we'll need this suffix.
-%if 0%{?__isa_bits} == 32
-%global libsymbolsuffix %{nil}
-%else
-%global libsymbolsuffix ()(%{__isa_bits}bit)
-%endif
+BuildRequires: pkgconfig(wlroots-0.19)
# Recommended packages for widgets
Recommends: python3-psutil
@@ -97,12 +81,14 @@ BuildRequires: wayland-protocols-devel
%prep
%forgesetup
-
+# No coverage tests in downstream builds
+%pyproject_patch_dependency coverage:ignore
+%pyproject_patch_dependency pytest-cov:ignore
# These are not packaged for Fedora yet
-sed -i '/check-manifest/d' ./pyproject.toml
-sed -i '/mailbox/d' ./pyproject.toml
-sed -i '/imaplib2/d' ./pyproject.toml
-sed -i '/xdg/d' ./pyproject.toml
+%pyproject_patch_dependency check-manifest:ignore
+%pyproject_patch_dependency mailbox:ignore
+%pyproject_patch_dependency imaplib2:ignore
+
%generate_buildrequires
export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 20:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 20:20 [rpms/qtile] rawhide: Clean up dependencies Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox