summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-04-27 19:05:06 +0100
committerFFY002018-04-27 19:05:06 +0100
commitd28e140f53d153fa92566801a14185669f2c8c3a (patch)
tree04d3759e99ae07826df395356713a395112959ff
parent053432cf8b8b0708e9dc9e5e5e8b0a2781380cf7 (diff)
downloadaur-d28e140f53d153fa92566801a14185669f2c8c3a.tar.gz
pkgbuild: delte patch
-rw-r--r--evernote-sdk-python-1.25.0-thrift.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/evernote-sdk-python-1.25.0-thrift.patch b/evernote-sdk-python-1.25.0-thrift.patch
deleted file mode 100644
index b95f5d849eae..000000000000
--- a/evernote-sdk-python-1.25.0-thrift.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- lib/evernote/api/client.py.orig 2015-04-08 16:32:21.193518231 +0200
-+++ lib/evernote/api/client.py 2015-04-08 16:32:36.150993002 +0200
-@@ -143,7 +143,7 @@
-
- def _get_thrift_client(self, client_class, url):
- http_client = THttpClient.THttpClient(url)
-- http_client.addHeaders(**{
-+ http_client.setCustomHeaders({
- 'User-Agent': "%s / %s; Python / %s;"
-- % (self._user_agent_id, self._get_sdk_version(), sys.version)
-+ % (self._user_agent_id, self._get_sdk_version(), sys.version.split()[0])
- })
-
- thrift_protocol = TBinaryProtocol.TBinaryProtocol(http_client)