Accepting request 163851 from devel:languages:python3

Disable building for python3 < 3.2 since it is not supported

OBS-URL: https://build.opensuse.org/request/show/163851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=20
This commit is contained in:
Todd R 2013-04-13 09:49:18 +00:00 committed by Git OBS Bridge
parent 5a42c4672c
commit 27d7b28eea
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 12 11:42:22 UTC 2013 - toddrme2178@gmail.com
- Disable building for python3 < 3.2 since it is not supported
-------------------------------------------------------------------
Wed Apr 3 06:03:38 UTC 2013 - arun@gmx.de

View File

@ -25,9 +25,9 @@ License: MIT
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/h/http-parser/http-parser-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python3
BuildRequires: python3 >= 3.2
BuildRequires: python3-devel
Requires: python3
Requires: python3 >= 3.2
BuildRequires: python3-distribute
%description