projects
/
asyncpg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a21c5f
)
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>
Mon, 16 Mar 2020 09:51:35 +0000
(09:51 +0000)
Gbp-Pq: Name 0001-relax-cython-dependency.patch
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/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 = [