diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-02-08 23:32:11 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-04-03 09:33:44 -0300 |
| commit | 144cf30e2c71d57795b5fbdec10af0ef73aa01ff (patch) | |
| tree | beee7d559e29878d803af30b2246b9b8de4137f4 /devel | |
| parent | 5bf5aa1cff84d54e72bfe9a92b46e166f2e7656e (diff) | |
nmbug: explicitly prefer python3
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>
Diffstat (limited to 'devel')
| -rwxr-xr-x | devel/nmbug/nmbug | 2 | ||||
| -rwxr-xr-x | devel/nmbug/notmuch-report | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/nmbug/nmbug b/devel/nmbug/nmbug index c35dd75d..043c1863 100755 --- a/devel/nmbug/nmbug +++ b/devel/nmbug/nmbug @@ -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> diff --git a/devel/nmbug/notmuch-report b/devel/nmbug/notmuch-report index eaceb2ce..18a0bc70 100755 --- a/devel/nmbug/notmuch-report +++ b/devel/nmbug/notmuch-report @@ -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 |
