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>
Tue, 11 Aug 2020 12:51:38 +0000 (13:51 +0100)
Gbp-Pq: Name 0001-relax-cython-dependency.patch

setup.py

index 5bb9e69382414b8fbb1edaf16c8d131d18d8c876..68fc7ee964915b1bf6a3980b2b8470d31c7b3baf 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ from setuptools.command import sdist as setuptools_sdist
 from setuptools.command import build_ext as setuptools_build_ext
 
 
-CYTHON_DEPENDENCY = 'Cython==0.29.20'
+CYTHON_DEPENDENCY = 'Cython>=0.29.20'
 
 # Minimal dependencies required to test asyncpg.
 TEST_DEPENDENCIES = [