relax cython dependency
authorPiotr Ożarowski <piotr@debian.org>
Thu, 6 Dec 2018 23:05:37 +0000 (00:05 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 31 Mar 2020 16:25:13 +0000 (17:25 +0100)
Gbp-Pq: Name 0001-relax-cython-dependency.patch

setup.py

index 5e2e1494b79d8411164e349c242e35f355191581..1607b385285b8863ad7db9e8a61d884a05bc1f6f 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.14'
+CYTHON_DEPENDENCY = 'Cython>=0.29.14'
 
 # Minimal dependencies required to test asyncpg.
 TEST_DEPENDENCIES = [