]> git.notmuchmail.org Git - notmuch/commitdiff
nmbug: explicitly prefer python3
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 9 Feb 2018 04:32:11 +0000 (23:32 -0500)
committerDavid Bremner <david@tethera.net>
Fri, 3 Apr 2020 12:33:44 +0000 (09:33 -0300)
nmbug and notmuch-report are developer tools.  It's 2018, and all
developers should have python3 available.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
devel/nmbug/nmbug
devel/nmbug/notmuch-report

index c35dd75d4243dd8f415e345ff1a4fc69c18ce0b7..043c186369c1f55fce114b230746f138d7bc2345 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2011-2014 David Bremner <david@tethera.net>
 #                         W. Trevor King <wking@tremily.us>
index eaceb2ce47123941aecaca2c888e5b855232d4b5..18a0bc70c6aaebe0abe97ad04a9692ee0d846b0d 100755 (executable)
@@ -1,10 +1,9 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2011-2012 David Bremner <david@tethera.net>
 #
 # dependencies
-#       - python 2.6 for json
-#       - argparse; either python 2.7, or install separately
+#       - python3 or python2.7
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by