Skip to content

Commit

Permalink
2.0: we don't support pycrypto anymore, remove the dependency
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@14673 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 1, 2017
1 parent 5fdf099 commit e5fefb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,6 @@ def is_msvc():

external_includes = ["hashlib",
"ctypes", "platform"]
if DEFAULT:
external_includes += ["Crypto", "Crypto.Cipher"]
else:
excludes += ["Crypto", "Crypto.Cipher"]


if gtk3_ENABLED or (sound_ENABLED and PYTHON3):
Expand Down

0 comments on commit e5fefb3

Please sign in to comment.