From 6f3407d502894922f8a17732555aca60a688c17e Mon Sep 17 00:00:00 2001 From: Dmitri Konstantinov <Dmitri.Konstantinov@cern.ch> Date: Tue, 17 Dec 2024 14:26:57 +0100 Subject: [PATCH] Remove pyeda-0.29.0.patch from 105 as not needed --- pyexternals/patches/pyeda-0.29.0.patch | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 pyexternals/patches/pyeda-0.29.0.patch diff --git a/pyexternals/patches/pyeda-0.29.0.patch b/pyexternals/patches/pyeda-0.29.0.patch deleted file mode 100644 index e5aa0cab1a..0000000000 --- a/pyexternals/patches/pyeda-0.29.0.patch +++ /dev/null @@ -1,6 +0,0 @@ ---- setup.py~ 2023-11-19 18:33:30.000000000 +0100 -+++ setup.py 2024-07-24 13:13:45.018399166 +0200 -@@ -189,1 +189,1 @@ -- Extension("pyeda.boolalg.espresso", **ESPRESSO), -+ Extension("pyeda.boolalg.espresso", **ESPRESSO, extra_compile_args=["-Wno-incompatible-pointer-types"]), - -- GitLab