mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-python/oauth2: version bump to 1.9.0_p1
Package-Manager: portage-2.2.20.1
This commit is contained in:
11
dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch
Normal file
11
dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- setup.py.bak 2015-09-19 14:03:27.000000000 +0200
|
||||
+++ setup.py 2015-09-19 14:03:43.000000000 +0200
|
||||
@@ -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",
|
||||
Reference in New Issue
Block a user