Skip to content

Commit

Permalink
utils/scanpypi: don't hardcode python2
Browse files Browse the repository at this point in the history
Commit 3a0c20c (scanpypi: add support for Python3) adapted the script
to work with python 3.x, but the shebang still said python2 making it
unlikely to work on systems without python 2.x.

Change it to just 'python' instead.

Signed-off-by: Peter Korsgaard <[email protected]>
Reviewed-by: Yegor Yefremov <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
jacmet authored and tpetazzoni committed Apr 1, 2018
1 parent b28d777 commit 1490558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/scanpypi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
"""
Utility for building Buildroot packages for existing PyPI packages
Expand Down

0 comments on commit 1490558

Please sign in to comment.