summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/oauthlib/files/oauthlib-0.3.3-exclude-tests.patch')
-rw-r--r--dev-python/oauthlib/files/oauthlib-0.3.3-exclude-tests.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/oauthlib/files/oauthlib-0.3.3-exclude-tests.patch b/dev-python/oauthlib/files/oauthlib-0.3.3-exclude-tests.patch
deleted file mode 100644
index 4a1d0fad4957..000000000000
--- a/dev-python/oauthlib/files/oauthlib-0.3.3-exclude-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -31,7 +31,7 @@
- author_email='idan@gazit.me',
- url='https://github.com/idan/oauthlib',
- license=fread('LICENSE'),
-- packages=find_packages(exclude=('docs')),
-+ packages=find_packages(exclude=('docs','tests','tests.*')),
- test_suite='nose.collector',
- tests_require=tests_require,
- extras_require={'test': tests_require, 'rsa': rsa_require},