summaryrefslogtreecommitdiff
path: root/python3-websocket-client/use-system-ca.patch
blob: c594302f94edae65dc3b93366e136c942b6057ff (plain)
    1 --- a/setup.py	2015-06-03 08:44:39.000000000 +0800
    2 +++ b/setup.py	2015-10-26 11:52:15.798195748 +0800
    3 @@ -41,7 +41,6 @@
    4      packages=["websocket", "websocket.tests"],
    5      package_data={
    6          'websocket.tests': ['data/*.txt'],
    7 -        'websocket': ["cacert.pem"]
    8      },
    9      tests_require=tests_require,
   10      test_suite="websocket.tests.test_websocket",

Generated by cgit