diff --git a/sci-biology/biopython/files/biopython-1.81-python3.12.patch b/sci-biology/biopython/files/biopython-1.81-python3.12.patch deleted file mode 100644 index 8f903a4a39bdb..0000000000000 --- a/sci-biology/biopython/files/biopython-1.81-python3.12.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Tests/test_Entrez.orig.py 2023-02-13 04:07:42.000000000 +0100 -+++ b/Tests/test_Entrez.py 2023-06-30 14:42:58.177365639 +0200 -@@ -126,7 +126,7 @@ - :type params: dict - :param expected: Expected set of IDs, as colleciton of strings. - """ -- testcase.assertEquals(len(params["id"]), 1) -+ testcase.assertEqual(len(params["id"]), 1) - ids_str = params["id"][0] - # Compare up to ordering - testcase.assertCountEqual(ids_str.split(","), expected) diff --git a/sci-biology/biopython/files/biopython-1.81-reportlab4.patch b/sci-biology/biopython/files/biopython-1.81-reportlab4.patch deleted file mode 100644 index ef19945536148..0000000000000 --- a/sci-biology/biopython/files/biopython-1.81-reportlab4.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 74fdf49ade95157c3c4b23a95831925be4899223 Mon Sep 17 00:00:00 2001 -From: Peter Cock