python: Issue #15: Cython needs to be in setup_requires
authorGuy Rozendorn <guy@rzn.co.il>
Tue, 2 Apr 2013 13:46:23 +0000 (16:46 +0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 25 Mar 2014 03:34:16 +0000 (00:34 -0300)
commit60ce23e707e1dde852b25843f3334627f474424c
tree4b9612b11667f88ba367f063c4cbf60d2f7d45a5
parent1f9c5a04f7c9c3635e8c39ae3c28473fada07ed6
python: Issue #15: Cython needs to be in setup_requires

We need Cython BEFORE installing kmod (done with setup_requires),
and AFTER installation - during runtime (done with install_requires)
libkmod/python/setup.py