From 54edc865907e07025aa7571b3767ebe7bf63eb74 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Mon, 26 Jul 2021 15:20:41 +0800 Subject: [PATCH] modify build require --- python-psycopg2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 30eeeae..ec5c8a1 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -24,7 +24,7 @@ features offered by PostgreSQL. %{!?with_python2:%{!?with_python3:%{error:one python version eneeded}}} -BuildRequires: gcc,pkgconfig(libpq) +BuildRequires: gcc,postgresql-devel %{?with_python3:BuildRequires: python3-debug python3-devel}