14
0

- Add python-memcached-ipv6-and-or.patch: Add IPv6 support and fix

hostData port return value

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-memcached?expand=0&rev=8
This commit is contained in:
Sascha Peilicke
2013-04-26 09:17:39 +00:00
committed by Git OBS Bridge
parent d807aa49b9
commit 6b026afdf9
3 changed files with 47 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ Summary: Pure python memcached client
License: Python-2.0
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/p/python-memcached/python-memcached-%{version}.tar.gz
Patch0: python-memcached-ipv6-and-or.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
@@ -46,6 +47,7 @@ for more information.
%prep
%setup -q -n python-memcached-%{version}
%patch0 -p1
%build
python setup.py build