FS#65687 - [aircrack-ng] airodump-join errors out because it needs python2

Attached to Project: Community Packages
Opened by solsTiCe (zebul666) - Monday, 02 March 2020, 18:02 GMT
Last edited by Toolybird (Toolybird) - Sunday, 30 April 2023, 23:49 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jonathan Steel (jsteel)
Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When running airodump-join

$ airodump-join -i file1.csv file2.csv file3.csv -o test.csv
File "/usr/bin/airodump-join", line 6
raw_lines = open(file, "r")
^
TabError: inconsistent use of tabs and spaces in indentation

python3 disables the mix of tab and spaces. And the script is made for python2

Just change the shebang to use python2 or fix the script. should be easy to port it with 2to3
This task depends upon

Closed by  Toolybird (Toolybird)
Sunday, 30 April 2023, 23:49 GMT
Reason for closing:  Fixed
Additional comments about closing:  aircrack-ng 1.7-1
Comment by Levente Polyak (anthraxx) - Monday, 02 March 2020, 20:31 GMT
python2 is dead, we should get this fixed upstream appropriately and backport the patch, i can dig into it the other day
Comment by solsTiCe (zebul666) - Thursday, 21 October 2021, 09:34 GMT

Loading...