Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/keystone/files: keystone_test-requires.patch
Date: Tue, 01 Jan 2013 08:10:29
Message-Id: 20130101081017.6ADA720081@flycatcher.gentoo.org
1 prometheanfire 13/01/01 08:10:17
2
3 Added: keystone_test-requires.patch
4 Log:
5 update to eapi5 and distutils-r1
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.1 sys-auth/keystone/files/keystone_test-requires.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/files/keystone_test-requires.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/files/keystone_test-requires.patch?rev=1.1&content-type=text/plain
14
15 Index: keystone_test-requires.patch
16 ===================================================================
17 diff -u tools.orig/test-requires tools/test-requires
18 --- tools.orig/test-requires 2012-09-25 20:27:12.000000000 -0400
19 +++ tools/test-requires 2013-01-01 02:43:38.316340359 -0500
20 @@ -2,7 +2,7 @@
21 python-memcached
22
23 # Optional backend: LDAP
24 -python-ldap==2.3.13 # authenticate against an existing LDAP server
25 +python-ldap # authenticate against an existing LDAP server
26
27 # Testing
28 coverage # computes code coverage percentages
29 @@ -12,15 +12,16 @@
30 openstack.nose_plugin
31 nosehtmloutput
32 pylint # static code analysis
33 -pep8==1.3.3 # checks for PEP8 code style compliance
34 -Sphinx>=1.1.2 # required to build documentation
35 +pep8 # checks for PEP8 code style compliance
36 +Sphinx # required to build documentation
37 unittest2 # backport of unittest lib in python 2.7
38 webtest # test wsgi apps without starting an http server
39 -distribute>=0.6.24
40 +distribute
41
42 # for python-keystoneclient
43 httplib2
44 -python-keystoneclient>=0.1,<0.2
45 +#python-keystoneclient>=0.1,<0.2
46 +python-keystoneclient
47
48 # swift_auth test dependencies
49 http://tarballs.openstack.org/swift/swift-master.tar.gz#egg=swift