forked from pool/python-pymemcache
- Remove unneeded BuildRequires on python-memcached.
- Clean up python 2 gubbins. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=39
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 06:47:56 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Remove unneeded BuildRequires on python-memcached.
|
||||
- Clean up python 2 gubbins.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 12 17:10:07 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
@@ -23,7 +23,6 @@ Version: 4.0.0
|
||||
Release: 0
|
||||
Summary: A pure Python memcached client
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/Pinterest/pymemcache
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pymemcache/pymemcache-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -36,15 +35,8 @@ BuildRequires: %{python_module gevent}
|
||||
BuildRequires: %{python_module Faker}
|
||||
BuildRequires: %{python_module pylibmc}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-memcached}
|
||||
BuildRequires: %{python_module zstd}
|
||||
# /SECTION
|
||||
%if %{with python2}
|
||||
BuildRequires: python-future
|
||||
%endif
|
||||
%ifpython2
|
||||
Requires: python-future
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user