15
0

- skip building against python 3.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=62
This commit is contained in:
2021-01-24 18:40:31 +00:00
committed by Git OBS Bridge
parent 058448ea08
commit 418ed641cd
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 24 18:40:18 UTC 2021 - Dirk Müller <dmueller@suse.com>
- skip building against python 3.6
-------------------------------------------------------------------
Wed Nov 25 14:10:35 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dogpile.cache
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
%global skip_python36 1
Name: python-dogpile.cache
Version: 1.1.1
Release: 0
@@ -34,7 +35,7 @@ BuildRequires: %{python_module decorator >= 4.0.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module stevedore}
BuildRequires: python3-stevedore
Requires: python-decorator >= 4.0.0
BuildRequires: %{python_module six}
Requires: python-six