summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch')
-rw-r--r--dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch b/dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch
deleted file mode 100644
index 0d3a0fa962af..000000000000
--- a/dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -45,7 +45,7 @@
- "Natural Language :: English",
- "License :: OSI Approved :: MIT License"
- ],
-- packages = find_packages(),
-+ packages = find_packages(exclude=['tests']),
- install_requires = ['httplib2'],
- license = "MIT License",
- keywords="oauth",