14
0
2019-11-15 10:22:11 +00:00
committed by Git OBS Bridge
parent 02668875e8
commit 332ec7caba
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 15 10:20:46 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- fix requires
-------------------------------------------------------------------
Tue Dec 4 12:53:30 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-queuelib
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,17 +22,17 @@ Version: 1.5.0
Release: 0
Summary: Collection of Persistent (Disk-Based) Queues
License: BSD-2-Clause
Group: Development/Languages/Python
Url: https://github.com/scrapy/queuelib
URL: https://github.com/scrapy/queuelib
Source: https://files.pythonhosted.org/packages/source/q/queuelib/queuelib-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{pythons}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION
BuildArch: noarch
%python_subpackages
%description