From: Piotr Ożarowski Date: Thu, 6 Dec 2018 23:05:37 +0000 (+0100) Subject: relax cython dependency X-Git-Tag: archive/raspbian/0.21.0-1+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5b3e88b6f545bc322a3b27124f9cb8dd77ccc6cf;p=asyncpg.git relax cython dependency Gbp-Pq: Name 0001-relax-cython-dependency.patch --- diff --git a/setup.py b/setup.py index 5e2e149..1607b38 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ from setuptools.command import build_py as setuptools_build_py from setuptools.command import sdist as setuptools_sdist -CYTHON_DEPENDENCY = 'Cython==0.29.14' +CYTHON_DEPENDENCY = 'Cython>=0.29.14' # Minimal dependencies required to test asyncpg. TEST_DEPENDENCIES = [