diff --git a/sugar-view-slides.spec b/sugar-view-slides.spec index d4971ec..4ef7fed 100644 --- a/sugar-view-slides.spec +++ b/sugar-view-slides.spec @@ -12,7 +12,6 @@ URL: http://wiki.laptop.org/go/View_Slides Source0: http://download.sugarlabs.org/sources/honey/ViewSlides/ViewSlides-%{version}.tar.bz2 BuildArch: noarch -BuildRequires: python-unversioned-command BuildRequires: python2 BuildRequires: sugar-toolkit BuildRequires: gettext @@ -39,6 +38,8 @@ controller to move from page to page. %setup -q -n ViewSlides-%{version} chmod +x xopower.py +sed -i 's/python/python2/' *.py + %build %{__python} setup.py build