summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 20:47:08 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 21:15:28 +0200
commit436a85441a58321a9b7eaf582368b0ecc331f9a7 (patch)
tree5cb3aa4e1060f3f6f94ed0b4cc784f2ef790607e /dev-python/oauth2/files
parentdev-python/argh: Clean old versions up (diff)
downloadgentoo-436a85441a58321a9b7eaf582368b0ecc331f9a7.tar.gz
gentoo-436a85441a58321a9b7eaf582368b0ecc331f9a7.tar.bz2
gentoo-436a85441a58321a9b7eaf582368b0ecc331f9a7.zip
dev-python/oauth2: Clean old versions up
Diffstat (limited to 'dev-python/oauth2/files')
-rw-r--r--dev-python/oauth2/files/oauth2-exclude-tests.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/oauth2/files/oauth2-exclude-tests.patch b/dev-python/oauth2/files/oauth2-exclude-tests.patch
deleted file mode 100644
index e2296d869e93..000000000000
--- a/dev-python/oauth2/files/oauth2-exclude-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index acc41e1..1efd034 100755
---- a/setup.py
-+++ b/setup.py
-@@ -31,7 +31,7 @@ setup(name=PKG,
- author="Joe Stump",
- author_email="joe@simplegeo.com",
- url="http://github.com/simplegeo/python-oauth2",
-- packages = find_packages(),
-+ packages = find_packages(exclude=['tests']),
- install_requires = ['httplib2'],
- license = "MIT License",
- keywords="oauth",