From 3b4e30f317c685542962be65b1ff013dc4999013 Mon Sep 17 00:00:00 2001 From: Simon Pinches Date: Wed, 29 May 2024 17:45:16 +0200 Subject: [PATCH] psycopg 3.1.18 requires typing-extensions. --- easybuild/easyconfigs/p/psycopg/psycopg-3.1.18-GCCcore-13.2.0.eb | 1 + 1 file changed, 1 insertion(+) diff --git a/easybuild/easyconfigs/p/psycopg/psycopg-3.1.18-GCCcore-13.2.0.eb b/easybuild/easyconfigs/p/psycopg/psycopg-3.1.18-GCCcore-13.2.0.eb index 5ab9a5ee2a0..ccd1510cf4d 100644 --- a/easybuild/easyconfigs/p/psycopg/psycopg-3.1.18-GCCcore-13.2.0.eb +++ b/easybuild/easyconfigs/p/psycopg/psycopg-3.1.18-GCCcore-13.2.0.eb @@ -15,6 +15,7 @@ builddependencies = [('binutils', '2.40')] dependencies = [ ('Python', '3.11.5'), ('PostgreSQL', '16.1'), + ('typing-extensions', '4.10.0'), ] download_dep_fail = True