From 7f9da77915462e4ca97457774b5c1587d5981f7e Mon Sep 17 00:00:00 2001 From: Kay Hayen Date: Sat, 18 Jan 2025 18:50:25 +0100 Subject: [PATCH] RPM: The "pefile" inline copy is for Windows only --- rpm/nuitka.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpm/nuitka.spec b/rpm/nuitka.spec index f226068ed..2a04cb881 100644 --- a/rpm/nuitka.spec +++ b/rpm/nuitka.spec @@ -125,7 +125,8 @@ else rm -rf nuitka/build/inline_copy/tqdm fi -# These are all Windows only or used only there. +# This is Windows only +rm -rf nuitka/build/inline_copy/pefile rm -rf nuitka/build/inline_copy/clcache rm -rf nuitka/build/inline_copy/atomicwrites rm -rf nuitka/build/inline_copy/colorama