Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342865 - x11-misc/arandr-0.1.3 doesn't support Python 2.4
Summary: x11-misc/arandr-0.1.3 doesn't support Python 2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-27 03:08 UTC by James Rowe
Modified: 2010-10-27 03:14 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 James Rowe 2010-10-27 03:08:27 UTC
arandr's setup.py makes use of subprocess.check_call() in build_trans.run().  
check_call() wasn't added to subprocess until Python v2.5.

Possible fixes include patching setup.py to use call() or just dropping 2.4 
support in the ebuild.

Thanks,

James

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-10-27 03:14:39 UTC
+  27 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> arandr-0.1.3.ebuild:
+  Fix python depend to >= 2.5 wrt #342865 by James Rowe.

2.4 is not even security supported by upstream, I'd recommend swiftly unemerging it