new package: python-greenlet

This commit is contained in:
termux-pacman-bot
2023-05-08 19:31:18 +00:00
parent 558cc8ae98
commit 03ac49f2aa
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@
headers = []
else:
- headers = [GREENLET_HEADER]
+ headers = []
if is_win and '64 bit' in sys.version:
# this works when building with msvc, not with 64 bit gcc