15
0

Accepting request 171153 from home:posophe:branches:devel:languages:python

remove py2to3 and add requires: python3

OBS-URL: https://build.opensuse.org/request/show/171153
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=33
This commit is contained in:
Denisart Benjamin
2013-04-16 16:24:22 +00:00
committed by Git OBS Bridge
parent 3580728365
commit 1f381b3f34
3 changed files with 15 additions and 1 deletions

View File

@@ -26,10 +26,10 @@ Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/c/cssutils/cssutils-%{version}.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python3
BuildRequires: python3-2to3
BuildRequires: python3-devel
BuildRequires: python3-distribute
BuildRequires: unzip
Requires: python3
BuildArch: noarch
%description