From e79df873ccca7f7f7aeeb8523e96df6814f6e466 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:05:41 -0700 Subject: [PATCH] chore(woeusb-ng): Explicitly build dep on pyproject-rpm-macros (#5234) (#5239) Slowly working on fixable EL issues but Basically `python3-devel` pulls this on Fedora but not on EL because IDK reasons? (cherry picked from commit e79b8896db81f4003b9da18777a0755687799ada) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/apps/woeusb-ng/WoeUSB-ng.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/woeusb-ng/WoeUSB-ng.spec b/anda/apps/woeusb-ng/WoeUSB-ng.spec index cdb0820207..c66a2ddd98 100644 --- a/anda/apps/woeusb-ng/WoeUSB-ng.spec +++ b/anda/apps/woeusb-ng/WoeUSB-ng.spec @@ -8,7 +8,7 @@ URL: https://github.com/WoeUSB/WoeUSB-ng Source: https://github.com/WoeUSB/WoeUSB-ng/archive/refs/tags/v%version.tar.gz Patch0: https://patch-diff.githubusercontent.com/raw/WoeUSB/WoeUSB-ng/pull/79.patch BuildArch: noarch -BuildRequires: python3-devel python3-installer +BuildRequires: python3-devel python3-installer pyproject-rpm-macros python3dist(pip) python3dist(setuptools) python3dist(termcolor) python3dist(wxpython) %global _description %{expand: WoeUSB-ng is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD. This is a rewrite of original WoeUSB.}