pcsc-lite/0000-pcsc-lite-change-to-use-python3-for-pcsc-spy.patch
2020-02-18 11:14:50 +08:00

27 lines
671 B
Diff

From 5a0c5fcd6371f1e1b5b18b2888d9e3304e402177 Mon Sep 17 00:00:00 2001
From: Shijie Luo <luoshijie1@huawei.com>
Date: Tue, 18 Feb 2020 09:43:11 +0800
Subject: [PATCH] pcsc-lite:change to use python3 for pcsc-spy
pcsc-spy is needed when we compile pcsc-lite, change to
use python3 instead of python2.
Signed-off-by: Shijie Luo <luoshijie1@huawei.com>
---
src/spy/pcsc-spy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/spy/pcsc-spy b/src/spy/pcsc-spy
index bf49482..7b9c5f3 100755
--- a/src/spy/pcsc-spy
+++ b/src/spy/pcsc-spy
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
"""
# Display PC/SC functions arguments
--
1.8.3.1