public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/qtile] rawhide: Clean up dependencies
Date: Mon, 10 Aug 2026 20:20:34 GMT [thread overview]
Message-ID: <178639323478.1.13323846382777261976.rpms-qtile-bae93c60f7c7@fedoraproject.org> (raw)
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}
reply other threads:[~2026-08-10 20:20 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=178639323478.1.13323846382777261976.rpms-qtile-bae93c60f7c7@fedoraproject.org \
--to=yselkowi@redhat.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