mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
dev-python/asyncpg: add 0.30.0
Bug: https://bugs.gentoo.org/887651 Bug: https://bugs.gentoo.org/926720 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
15
dev-python/asyncpg/files/asyncpg-0.30.0-cflags.patch
Normal file
15
dev-python/asyncpg/files/asyncpg-0.30.0-cflags.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
Do not overwrite user's optimization.
|
||||
|
||||
Bug: https://bugs.gentoo.org/887651
|
||||
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -27,7 +27,7 @@ from setuptools.command import build_ext as setuptools_build_ext
|
||||
|
||||
CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<4.0.0)'
|
||||
|
||||
-CFLAGS = ['-O2']
|
||||
+CFLAGS = []
|
||||
LDFLAGS = []
|
||||
|
||||
if platform.uname().system != 'Windows':
|
||||
Reference in New Issue
Block a user