From de551896546ac65aaea72af8563d6951808e7788 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 11 May 2020 11:53:26 +0200 Subject: osmo-sim-auth: fix python shebang Change-Id: Iabca216ae26880d11f29e1f635edb89e7d4b9a64 --- rpm-local/spec/osmo-sim-auth/osmo-sim-auth.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpm-local/spec/osmo-sim-auth/osmo-sim-auth.spec b/rpm-local/spec/osmo-sim-auth/osmo-sim-auth.spec index 492a97e..04daee5 100644 --- a/rpm-local/spec/osmo-sim-auth/osmo-sim-auth.spec +++ b/rpm-local/spec/osmo-sim-auth/osmo-sim-auth.spec @@ -34,6 +34,9 @@ reader to obtain GSM/UMTS authentication parameters from a SIM/USIM card. %prep %setup -q +# fix python shebangs +find . -type f -name "*.py" -exec sed -i '/^#!/ s|.*|#!%{__python3}|' {} \; + %build %install -- cgit v1.2.3