contrib/python3-websocket-client/use-system-ca.patch

11 lines
361 B
Diff

--- a/setup.py 2015-06-03 08:44:39.000000000 +0800
+++ b/setup.py 2015-10-26 11:52:15.798195748 +0800
@@ -41,7 +41,6 @@
packages=["websocket", "websocket.tests"],
package_data={
'websocket.tests': ['data/*.txt'],
- 'websocket': ["cacert.pem"]
},
tests_require=tests_require,
test_suite="websocket.tests.test_websocket",