FS#61337 - [signing-party] gpgparticipants-prefill needs to use python2

Attached to Project: Community Packages
Opened by Christian Kohlstedde (chrko) - Thursday, 10 January 2019, 10:40 GMT
Last edited by Eli Schwartz (eschwartz) - Sunday, 17 February 2019, 21:32 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
'gpgparticipants-prefill' is still python2 code. Due to the fact that Arch uses python3 by default the shebang should be `#!/usr/bin/python2`

Additional info:
* community/signing-party 2.7-1 [installed]

Steps to reproduce:
Execute `/usr/bin/gpgparticipants-prefill`
```
File "/usr/bin/gpgparticipants-prefill", line 131
print "Looking at length", l
^
```

`python2 /usr/bin/gpgparticipants-prefill` works :)
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Sunday, 17 February 2019, 21:32 GMT
Reason for closing:  Fixed
Additional comments about closing:  signing-party 2.8 fully ported to python3

Loading...