All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kylie McClain <somasissounds@gmail.com>
To: linux-wireless@vger.kernel.org
Subject: [PATCH] utils/key2pub: use python2 explicitly
Date: Fri, 28 Aug 2015 08:36:52 -0400	[thread overview]
Message-ID: <55E055E4.7030000@gmail.com> (raw)

On systems that have python3 as the default /usr/bin/python provider,
specifying `python` causes the build to fail.

>From f4607ed246476b3ed58b4ce25cfdc6348a4a6bd1 Mon Sep 17 00:00:00 2001
From: Kylie McClain <somasis@exherbo.org>
Date: Thu, 27 Aug 2015 21:29:48 -0400
Subject: [PATCH] utils/key2pub: use python2 explicitly

Signed-off-by: Kylie McClain <somasis@exherbo.org>
---
 utils/key2pub.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/key2pub.py b/utils/key2pub.py
index 3e84cd2..8bea042 100755
--- a/utils/key2pub.py
+++ b/utils/key2pub.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2

 import sys
 try:
-- 
2.5.0

-- 
Kylie McClain, Exherbo Linux developer and Musician
https://somasis.com - https://github.com/Somasis


                 reply	other threads:[~2015-08-28 12:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55E055E4.7030000@gmail.com \
    --to=somasissounds@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.