Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/err/files: err-tests.patch
Date: Tue, 03 Jul 2012 15:45:57
Message-Id: 20120703154535.940C22004C@flycatcher.gentoo.org
1 maksbotan 12/07/03 15:45:35
2
3 Added: err-tests.patch
4 Log:
5 Fix tests, bug 316083. Thanks to Pinkbyte
6
7 (Portage version: 2.1.11.4/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-im/err/files/err-tests.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/err/files/err-tests.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/err/files/err-tests.patch?rev=1.1&content-type=text/plain
14
15 Index: err-tests.patch
16 ===================================================================
17 --- setup.py.orig 2012-06-23 21:20:47.305550337 +0400
18 +++ setup.py 2012-06-23 21:20:57.400549755 +0400
19 @@ -25,7 +25,7 @@
20 packages = find_packages(),
21 scripts = ['scripts/err.py'],
22
23 - install_requires = ['xmpppy', 'yapsy', 'configparser', 'python-daemon'],
24 + install_requires = ['xmpppy', 'yapsy', 'python-daemon'],
25
26 package_data = {
27 '': ['*.txt', '*.rst', '*.plug'],