Skip to content

Commit

Permalink
#1789: bundle dependencies on macos ("future" and "pyu2f")
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18808 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 23, 2018
1 parent 70b5f91 commit 877ad5c
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 @@ -1590,7 +1590,7 @@ def copytodir(src, dst_dir, dst_name=None, chmod=0o644):
if OSX:
#pyobjc needs email.parser
external_includes += ["email", "uu", "urllib", "objc", "cups", "six"]
external_includes += ["kerberos"]
external_includes += ["kerberos", "future", "pyu2f"]
if not PYTHON3:
external_includes += ["urllib2"]
#OSX package names (ie: gdk-x11-2.0 -> gdk-2.0, etc)
Expand Down

0 comments on commit 877ad5c

Please sign in to comment.