Accepting request 786407 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786407 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg2?expand=0&rev=33
This commit is contained in:
commit
81dcb32d00
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 19 08:19:57 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
||||||
|
|
||||||
|
- fix postgresql build dependency: pg_config is in postgresql-server-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 28 21:49:40 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Fri Feb 28 21:49:40 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -27,7 +27,12 @@ Source: https://files.pythonhosted.org/packages/source/p/psycopg2/psycop
|
|||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
# newer postgresql packages pg_config in -server-devel
|
||||||
|
%if ( 0%{?sle_version} > 150100 && 0%{?is_opensuse} ) || 0%{?suse_version} > 1500
|
||||||
|
BuildRequires: postgresql-server-devel >= 9.1
|
||||||
|
%else
|
||||||
BuildRequires: postgresql-devel >= 9.1
|
BuildRequires: postgresql-devel >= 9.1
|
||||||
|
%endif
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
BuildRequires: postgresql-server-devel
|
BuildRequires: postgresql-server-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user