15
0

Accepting request 163852 from devel:languages:python

Disable building for python3 < 3.2 since it is not supported (forwarded request 163851 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/163852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-http-parser?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2013-04-14 08:38:03 +00:00
committed by Git OBS Bridge
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