https://bugzilla.rpmfusion.org/show_bug.cgi?id=2855
--- Comment #20 from Sérgio Basto <sergio(a)serjux.com> 2013-07-05 22:48:41 CEST ---
(In reply to comment #19)
(In reply to comment #18)
> Still getting an error in mock logs regarding /usr/bin/python: no such file or
> directory
>
> I've installed python2-devel and have added myself to mock group.
>
> the relevant error seems to be this:
>
> + python setup.py build
> --build-base=/builddir/build/BUILDROOT/flowblade-0.8.0-1.i386
> /var/tmp/rpm-tmp.jk9gxU: line 35: python: command not found
>
> I've tried using both the macro %{python} and just plain 'python' in the
spec
> file.
>
> What am I missing? how can I ensure that /usr/bin/python gets included into my
> chroot environment?
You add to your spec:
BuildRequires: python2-devel
as indicated in Comment #15.
one guess , you know that you need a lots of internet, every mock build
downloads all packages from internet .
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.