Am 28.01.2017 um 18:16 schrieb Martin Gansser:
> ImportError: No module named kivy

It tries to import the kivy module (itself), but that is not available
in the `doc` directory. So either call the `autobuild.py` from the root
(such that the `kivy` directory is there, or call it with

    PYTHONPATH=.. python autobuild.py silenced=yes

from the `doc` directory such that it picks up the files from there.

Another way would be to have a separate documentation package that would
have `python-kivy` as a `BuildRequires` and could use the already
compiled version. However that would mean two discrete packages.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to