15
0

- Drop requires on "python(abi)", RPM does that automatically

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=5
This commit is contained in:
Sascha Peilicke
2013-01-14 08:46:03 +00:00
committed by Git OBS Bridge
parent 765a660def
commit af819e1ffb
3 changed files with 8 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python3-EasyProcess
Version: 0.1.4
Release: 0
@@ -23,13 +24,12 @@ Summary: Easy to use python subprocess interface
License: BSD-2-Clause
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/E/EasyProcess/EasyProcess-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python3
BuildRequires: python3-2to3
BuildRequires: python3-devel
BuildRequires: python3-distribute
Requires: python(abi) = %{py3_ver}
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
EasyProcess is an easy to use python subprocess interface.