setup.py: Also set setup_requires to require pycairo
commitbab1cb0d98e4a6219332394161dbf07aafa0c615
authorChristoph Reiter <creiter@src.gnome.org>
Mon, 11 Dec 2017 15:26:54 +0000 (11 16:26 +0100)
committerChristoph Reiter <creiter@src.gnome.org>
Mon, 11 Dec 2017 15:32:50 +0000 (11 16:32 +0100)
treecb9ab37c3ab6d4ce3e8375d96e82cb5f2c2b61b2
parent47aeaab6142a716234e91e8bbc3adefeff9ff5c3
setup.py: Also set setup_requires to require pycairo

We need pycairo at build time. There are some problems with setup_requires
in that it isn't directly handled by pip, but let's give it a try and see
which problems come up.

Thanks to mgedmin for pointing that out
setup.py