forked from pool/python-python-snappy
Accepting request 827205 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/827205 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-snappy?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 16 21:22:31 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
- Remove unnecessary build dependency nose
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 11 11:15:21 UTC 2019 - pgajdos@suse.com
|
Thu Apr 11 11:15:21 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-snappy
|
# spec file for package python-python-snappy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -23,17 +23,15 @@ Release: 0
|
|||||||
Summary: Python library for the snappy compression library
|
Summary: Python library for the snappy compression library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://github.com/andrix/python-snappy
|
URL: https://github.com/andrix/python-snappy
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/python-snappy/python-snappy-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/python-snappy/python-snappy-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(snappy)
|
BuildRequires: pkgconfig(snappy)
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module nose}
|
|
||||||
# /SECTION
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user