gentoo/dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch
Louis Sautier 2ee6ed65f8
dev-python/oauth2: convert patch to -p1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3522
2017-01-18 11:27:11 +01:00

12 lines
332 B
Diff

--- 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",