diff --git a/build/pkgs/pplpy/patches/relative-import.patch b/build/pkgs/pplpy/patches/relative-import.patch deleted file mode 100644 index 3c011203367..00000000000 --- a/build/pkgs/pplpy/patches/relative-import.patch +++ /dev/null @@ -1,21 +0,0 @@ -From aaa28537fa7ea061ebb8d5131b1e23673eaf741d Mon Sep 17 00:00:00 2001 -From: Matthias Koeppe -Date: Sun, 31 Jul 2022 12:39:34 -0700 -Subject: [PATCH] ppl/bit_arrays.pxd: Use relative cimport - ---- - ppl/bit_arrays.pxd | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ppl/bit_arrays.pxd b/ppl/bit_arrays.pxd -index eb57434..145a978 100644 ---- a/ppl/bit_arrays.pxd -+++ b/ppl/bit_arrays.pxd -@@ -1,4 +1,4 @@ --from ppl_decl cimport * -+from .ppl_decl cimport * - - cdef class Bit_Row(object): - cdef PPL_Bit_Row *thisptr --- -GitLab