summaryrefslogtreecommitdiff
path: root/dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch
reinit the tree, so we can have metadata
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, 11 insertions, 0 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
new file mode 100644
index 000000000000..0d3a0fa962af
--- /dev/null
+++ b/dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch
@@ -0,0 +1,11 @@
+--- 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",