Blame SOURCES/0001-setup.cfg-drop-peutils.patch

6657ab
From b6db3b1366fe61a7cbe176c92420076bc6aa5936 Mon Sep 17 00:00:00 2001
6657ab
From: Gerd Hoffmann <kraxel@redhat.com>
6657ab
Date: Mon, 14 Nov 2022 15:58:07 +0100
6657ab
Subject: [PATCH] setup.cfg: drop peutils
6657ab
6657ab
---
6657ab
 setup.cfg | 5 -----
6657ab
 1 file changed, 5 deletions(-)
6657ab
6657ab
diff --git a/setup.cfg b/setup.cfg
6657ab
index 5f57feac114d..307d6e279d4c 100644
6657ab
--- a/setup.cfg
6657ab
+++ b/setup.cfg
6657ab
@@ -17,10 +17,8 @@ packages =
6657ab
     virt/firmware
6657ab
     virt/firmware/efi
6657ab
     virt/firmware/varstore
6657ab
-    virt/peutils
6657ab
 install_requires =
6657ab
     cryptography
6657ab
-    pefile
6657ab
 
6657ab
 [options.entry_points]
6657ab
 console_scripts =
6657ab
@@ -29,9 +27,6 @@ console_scripts =
6657ab
     virt-fw-dump = virt.firmware.dump:main
6657ab
     virt-fw-sigdb = virt.firmware.sigdb:main
6657ab
     migrate-vars = virt.firmware.migrate:main
6657ab
-    pe-dumpinfo = virt.peutils.peutils:pe_dumpinfo
6657ab
-    pe-listsigs = virt.peutils.peutils:pe_listsigs
6657ab
-    pe-addsigs = virt.peutils.peutils:pe_addsigs
6657ab
 
6657ab
 [options.package_data]
6657ab
 virt/firmware = certs/*.pem, aws/dict.v0
6657ab
-- 
6657ab
2.38.1
6657ab