summaryrefslogtreecommitdiff
path: root/www/py-evernote/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-evernote/files/patch-setup.py')
-rw-r--r--www/py-evernote/files/patch-setup.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/py-evernote/files/patch-setup.py b/www/py-evernote/files/patch-setup.py
deleted file mode 100644
index b16815c0a074..000000000000
--- a/www/py-evernote/files/patch-setup.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# Unbundle thrift and add it to requirements
-# TODO: Upstream
---- ./setup.py.orig 2013-06-13 05:14:17.000000000 +1000
-+++ ./setup.py 2014-07-24 20:19:10.032661190 +1000
-@@ -18,7 +18,7 @@
- url='http://dev.evernote.com',
- description='Evernote SDK for Python',
- long_description=read('README.md'),
-- packages=find_packages('lib'),
-+ packages=find_packages('lib',exclude=["*.thrift", "*,thrift.*", "thrift.*", "thrift"]),
- package_dir={'': 'lib'},
- classifiers=[
- 'Development Status :: 5 - Production/Stable',
-@@ -29,5 +29,6 @@
- license='BSD',
- install_requires=[
- 'oauth2',
-+ 'thrift',
- ],
- )