- Sort out the syntax of the deps bsc#1171213
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=78
This commit is contained in:
parent
dda65850ec
commit
2a4d5cee7f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 19 06:16:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Sort out the syntax of the deps bsc#1171213
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 23 16:13:29 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
Thu Apr 23 16:13:29 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -27,17 +27,14 @@ 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
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# newer postgresql packages pg_config in -server-devel
|
# newer postgresql packages pg_config in -server-devel
|
||||||
%if ( 0%{?sle_version} > 150100 && 0%{?is_opensuse} ) || 0%{?suse_version} > 1500
|
%if 0%{?sle_version} > 150100 || 0%{?suse_version} > 1500
|
||||||
BuildRequires: postgresql-server-devel >= 9.1
|
BuildRequires: postgresql-server-devel >= 9.1
|
||||||
%else
|
%else
|
||||||
BuildRequires: postgresql-devel >= 9.1
|
BuildRequires: postgresql-devel >= 9.1
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python-rpm-macros
|
%if 0%{?suse_version} || 0%{?fedora_version} >= 24
|
||||||
%if 0%{?suse_version} > 1500
|
|
||||||
BuildRequires: postgresql-server-devel
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
|
|
||||||
Suggests: postgresql-server
|
Suggests: postgresql-server
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user