14
0

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:
2020-08-17 12:40:11 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 5 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,17 +23,15 @@ Release: 0
Summary: Python library for the snappy compression library
License: BSD-3-Clause
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
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: c++_compiler
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(snappy)
# SECTION test requirements
BuildRequires: %{python_module nose}
# /SECTION
%python_subpackages
%description