Accepting request 580746 from home:aplanas:branches:devel:languages:python

- Suggests only for SUSE

OBS-URL: https://build.opensuse.org/request/show/580746
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=56
This commit is contained in:
Dirk Mueller 2018-02-27 21:52:12 +00:00 committed by Git OBS Bridge
parent e664328c2f
commit d83cd63b4c
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 27 17:55:42 UTC 2018 - aplanas@suse.com
- Suggests only for SUSE
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 22 10:31:09 UTC 2018 - sebix+novell.com@sebix.at Thu Feb 22 10:31:09 UTC 2018 - sebix+novell.com@sebix.at

View File

@ -21,7 +21,7 @@ Name: python-psycopg2
Version: 2.7.4 Version: 2.7.4
Release: 0 Release: 0
Summary: Python-PostgreSQL Database Adapter Summary: Python-PostgreSQL Database Adapter
License: LGPL-3.0+ AND (LGPL-3.0+ OR ZPL-2.0) AND SUSE-GPL-2.0-with-openssl-exception License: LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND SUSE-GPL-2.0-with-openssl-exception
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://initd.org/psycopg/ Url: http://initd.org/psycopg/
Source: https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
@ -29,7 +29,9 @@ BuildRequires: %{python_module devel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: postgresql-devel >= 9.1 BuildRequires: postgresql-devel >= 9.1
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%if 0%{?suse_version} >= 1000
Suggests: postgresql-server Suggests: postgresql-server
%endif
%python_subpackages %python_subpackages
%description %description