Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d0edfdb

Browse filesBrowse files
committed
Don't include references to system PyCXX when building a tarball
1 parent eabe8cc commit d0edfdb
Copy full SHA for d0edfdb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def check(self):
695695
return str(e) + ' Using local copy.'
696696

697697
def add_flags(self, ext):
698-
if self.found_external:
698+
if self.found_external and not 'sdist' in sys.argv:
699699
support_dir = os.path.normpath(
700700
os.path.join(
701701
sys.prefix,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.