14
0

Accepting request 126144 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/126144
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyserial?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2012-06-26 09:58:58 +00:00
committed by Git OBS Bridge
parent fc0ccef89c
commit 5231750531
2 changed files with 3 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyserial
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -35,7 +35,8 @@ BuildArch: noarch
%endif
%endif
Provides: python-serial = %{version}
Obsoletes: python-serial < %{version}
#TODO: Change back to '<' after next version update
Obsoletes: python-serial <= %{version}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description