From 332ec7cabad94c58e78f2d665c60f4a9204a1c3b5dba72a1a78cfe23e8dc8548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 15 Nov 2019 10:22:11 +0000 Subject: [PATCH] - fix requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-queuelib?expand=0&rev=8 --- python-queuelib.changes | 5 +++++ python-queuelib.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-queuelib.changes b/python-queuelib.changes index 625ec3a..8cc250e 100644 --- a/python-queuelib.changes +++ b/python-queuelib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 15 10:20:46 UTC 2019 - Ondřej Súkup + +- fix requires + ------------------------------------------------------------------- Tue Dec 4 12:53:30 UTC 2018 - Matej Cepl diff --git a/python-queuelib.spec b/python-queuelib.spec index 5bbe9e7..8365e02 100644 --- a/python-queuelib.spec +++ b/python-queuelib.spec @@ -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