FS#26766 - [vigra] vigra-config should use python2

Attached to Project: Arch Linux
Opened by Srihari (shr) - Sunday, 06 November 2011, 13:55 GMT
Last edited by Andreas Radke (AndyRTR) - Thursday, 08 December 2011, 20:50 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

vigra-config should use python2, rather than python, and so errors out:

$ vigra-config
File "/usr/bin/vigra-config", line 61
print "1.8.0"
^
SyntaxError: invalid syntax


Additional info:
* package version(s) vigra-1.8.0-1
* config and/or log files etc.

vigra-git does this in the package() function: sed -i 's|python$|python2|' "$pkgdir/usr/bin/vigra-config"

Steps to reproduce: run vigra-config at the commandline
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Thursday, 08 December 2011, 20:50 GMT
Reason for closing:  Fixed

Loading...