Skip to content

Commit

Permalink
skip win32ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Aug 24, 2021
1 parent eecce43 commit 6bf3e13
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/setup.py b/setup.py
index 297d15cb..1acc69a9 100644
index 297d15cb..c473499a 100644
--- a/setup.py
+++ b/setup.py
@@ -102,6 +102,8 @@ try:
Expand All @@ -16,7 +16,7 @@ index 297d15cb..1acc69a9 100644
return "Only available on platforms %s" % (ext.platforms,)

+ if IS_PYPY and ext.name in ('servicemanager', 'pythonservice',
+ 'PyISAPI_loader'):
+ 'PyISAPI_loader', 'win32ui'):
+ return "Cannot build service extensions on PyPy"
+
# We update the .libraries list with the resolved library name.
Expand Down

0 comments on commit 6bf3e13

Please sign in to comment.