Skip to content

Commit

Permalink
we can't exclude and include the 'mimetypes' module at the same time …
Browse files Browse the repository at this point in the history
…(errors out when packaging on win32) - so just skip excluding it

git-svn-id: https://xpra.org/svn/Xpra/trunk@27622 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 7, 2020
1 parent 7eac9a9 commit df4378d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def is_RH():
if not html5_ENABLED and not crypto_ENABLED:
external_excludes += ["ssl", "_ssl"]
if not html5_ENABLED:
external_excludes += ["BaseHTTPServer", "mimetypes"]
external_excludes += ["BaseHTTPServer"]
if not html5_ENABLED and not client_ENABLED:
external_excludes += ["mimetools"]

Expand Down

0 comments on commit df4378d

Please sign in to comment.