From 4845e4af68cfe06e4c9a2fa593cd45521a3dd93f62c8298e45650b202c799684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Nov 2019 15:10:21 +0000 Subject: [PATCH] - Update to pull in full python due to the dependencies OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=10 --- python-diskcache.changes | 5 +++++ python-diskcache.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-diskcache.changes b/python-diskcache.changes index 7b100f6..13ee078 100644 --- a/python-diskcache.changes +++ b/python-diskcache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 14 15:10:00 UTC 2019 - Tomáš Chvátal + +- Update to pull in full python due to the dependencies + ------------------------------------------------------------------- Thu Jul 25 10:52:27 UTC 2019 - pgajdos@suse.com diff --git a/python-diskcache.spec b/python-diskcache.spec index 27ba4f0..c44ffe0 100644 --- a/python-diskcache.spec +++ b/python-diskcache.spec @@ -1,7 +1,7 @@ # # spec file for package python-diskcache # -# Copyright (c) 2019 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 @@ -26,12 +26,13 @@ Group: Development/Languages/Python URL: http://www.grantjenks.com/docs/diskcache/ Source: https://github.com/grantjenks/python-diskcache/archive/v%{version}.tar.gz BuildRequires: %{python_module Django} -BuildRequires: %{python_module base} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python BuildArch: noarch %python_subpackages