projects
/
asyncpg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520fc01
)
relax cython dependency
author
Piotr Ożarowski
<piotr@debian.org>
Thu, 6 Dec 2018 23:05:37 +0000
(
00:05
+0100)
committer
Piotr 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
patch
|
blob
|
history
diff --git
a/setup.py
b/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 = [