linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] utils/key2pub: use python2 explicitly
@ 2015-08-28 12:36 Kylie McClain
  0 siblings, 0 replies; only message in thread
From: Kylie McClain @ 2015-08-28 12:36 UTC (permalink / raw)
  To: linux-wireless

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-28 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28 12:36 [PATCH] utils/key2pub: use python2 explicitly Kylie McClain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).