diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-11-19 20:32:28 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-11-19 20:32:28 +0000 |
commit | b1d3653e4a31454351998a15b03c6dfe0f3069cc (patch) | |
tree | 3dec9f248e4b71297019714c74a55b1168bd9685 /dev-python | |
parent | Version bump. Enable python3, and fix test dependencies. (diff) | |
download | gentoo-2-b1d3653e4a31454351998a15b03c6dfe0f3069cc.tar.gz gentoo-2-b1d3653e4a31454351998a15b03c6dfe0f3069cc.tar.bz2 gentoo-2-b1d3653e4a31454351998a15b03c6dfe0f3069cc.zip |
Drop unused patch.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/oauthlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/oauthlib/files/oauthlib-0.3.3-exclude-tests.patch | 11 |
2 files changed, 5 insertions, 12 deletions
diff --git a/dev-python/oauthlib/ChangeLog b/dev-python/oauthlib/ChangeLog index d77486ee813a..b4ffacc40696 100644 --- a/dev-python/oauthlib/ChangeLog +++ b/dev-python/oauthlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/oauthlib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.16 2012/11/19 20:31:52 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.17 2012/11/19 20:32:27 floppym Exp $ + + 19 Nov 2012; Mike Gilbert <floppym@gentoo.org> + -files/oauthlib-0.3.3-exclude-tests.patch: + Drop unused patch. *oauthlib-0.3.4 (19 Nov 2012) diff --git a/dev-python/oauthlib/files/oauthlib-0.3.3-exclude-tests.patch b/dev-python/oauthlib/files/oauthlib-0.3.3-exclude-tests.patch deleted file mode 100644 index 4a1d0fad4957..000000000000 --- a/dev-python/oauthlib/files/oauthlib-0.3.3-exclude-tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -31,7 +31,7 @@ - author_email='idan@gazit.me', - url='https://github.com/idan/oauthlib', - license=fread('LICENSE'), -- packages=find_packages(exclude=('docs')), -+ packages=find_packages(exclude=('docs','tests','tests.*')), - test_suite='nose.collector', - tests_require=tests_require, - extras_require={'test': tests_require, 'rsa': rsa_require}, |