[From nobody Fri Jul  3 13:00:44 2009
Received: (at submit) by bugs.debian.org; 27 Jun 2009 10:38:00 +0000
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
	(2007-08-08) on rietz.debian.org
X-Spam-Level: 
X-Spam-Bayes: score:0.0000 Tokens: new, 38; hammy, 98; neutral, 41; spammy, 0.
	spammytokens: hammytokens:0.000-+--Severity, 0.000-+--sk:python-,
	0.000-+--Ubuntu, 0.000-+--H*r:TLS-1.0, 0.000-+--sk:python
X-Spam-Status: No, score=-10.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
	autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02
Return-path: &lt;michael@vorlon.ping.de&gt;
Received: from lilly.ping.de ([83.97.42.2] ident=qmailr)
	by rietz.debian.org with smtp (Exim 4.63)
	(envelope-from &lt;michael@vorlon.ping.de&gt;) id 1MKVIF-0007hp-Sa
	for submit@bugs.debian.org; Sat, 27 Jun 2009 10:38:00 +0000
Received: (qmail 895 invoked from network); 27 Jun 2009 10:37:57 -0000
Received: (ofmipd 83.97.42.23); 27 Jun 2009 10:37:35 -0000
Received: from p5b014255.dip.t-dialin.net ([91.1.66.85] helo=vorlon.ping.de)
	by lucy.ping.de with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32)
	(Exim 4.63) (envelope-from &lt;michael@vorlon.ping.de&gt;)
	id 1MKVID-0006pU-KO
	for submit@bugs.debian.org; Sat, 27 Jun 2009 12:37:57 +0200
Received: from michael by vorlon.ping.de with local (Exim 4.69)
	(envelope-from &lt;michael@vorlon.ping.de&gt;) id 1MKVI7-0006Bn-Ez
	for submit@bugs.debian.org; Sat, 27 Jun 2009 12:37:51 +0200
Date: 27 Jun 2009 12:37:51 +0200
Message-ID: &lt;20090627103751.GA23726@vorlon.ping.de&gt;
From: &quot;Michael Bienia&quot; &lt;geser@ubuntu.com&gt;
To: &quot;Debian Bug Tracking System&quot; &lt;submit@bugs.debian.org&gt;
Subject: &quot;SyntaxError: keyword argument repeated&quot; in
	repoze.who.plugins.openid/setup.py
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 4.4ubuntu1
User-Agent: Mutt/1.5.20 (2009-06-14)
Delivered-To: submit@bugs.debian.org

Package: python-repoze.who-plugins
Version: 20090530-2
Severity: normal

Hello,

I'm trying to sync turbogears2 from experimental to Ubuntu karmic and
I'm currently working myself through the stack and checking which
package else I need to get synced. While trying to build
python-repoze.who-plugins I got the following error:
,----
|   File &quot;setup.py&quot;, line 44
|     test_suite='repoze.who.plugins.openid.tests'
| SyntaxError: keyword argument repeated
| ERROR: setup.py in subdir repoze.who.plugins.openid failed
| make: *** [debian/python-module-stampdir/python-repoze.who-plugins] Error 1
`----

A look in epoze.who.plugins.openid/setup.py shows that it contains two
&quot;test_suite&quot; lines. Leaving only the second one in place made the
package build successfully, but I'm not sure if it's the proper fix for
it.

Regards,
Michael


]