relax cython dependency
authorPiotr Ożarowski <piotr@debian.org>
Thu, 6 Dec 2018 23:05:37 +0000 (00:05 +0100)
committerPiotr Ożarowski <piotr@debian.org>
Thu, 6 Dec 2018 23:01:28 +0000 (23:01 +0000)
Gbp-Pq: Name 0001-relax-cython-dependency.patch

setup.py

index 216f02624211457c7f543e9cb6e9d190ce5201b8..2fbf8407dfa2988f0f1d7cbb1e181f9311887a63 100644 (file)
--- 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'
+CYTHON_DEPENDENCY = 'Cython>=0.28'
 
 # Minimal dependencies required to test asyncpg.
 TEST_DEPENDENCIES = [