Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 458252 - dev-python/python-openid-2.2.5 missing test deps
Summary: dev-python/python-openid-2.2.5 missing test deps
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-19 09:05 UTC by Patrick Lauer
Modified: 2013-03-26 09:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2013-02-19 09:05:44 UTC
$ cvs diff python-openid-2.2.5.ebuild 
Index: python-openid-2.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v
retrieving revision 1.5
diff -u -B -r1.5 python-openid-2.2.5.ebuild
--- python-openid-2.2.5.ebuild  24 May 2011 21:02:40 -0000      1.5
+++ python-openid-2.2.5.ebuild  19 Feb 2013 09:03:35 -0000
@@ -17,12 +17,14 @@
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm x86"
-IUSE="examples mysql postgres sqlite"
+IUSE="examples mysql postgres sqlite test"
 
 RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2 )
        postgres? ( dev-python/psycopg )
        sqlite? ( || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] dev-python/pysqlite:2 ) )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       test? ( dev-python/twill 
+               dev-python/pycurl )"
 
 S="${WORKDIR}/openid-python-openid-b666238"


Just so that it doesn't get forgotten. Depends on twill getting arm keyword (bug filed).
Comment 1 Patrick Lauer gentoo-dev 2013-03-26 09:54:47 UTC
Done.