aboutsummaryrefslogtreecommitdiffstats
path: root/community/ansible-lint/10-python3-shebang.patch
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2019-04-11 12:15:21 +0100
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-04-12 10:01:03 +0000
commit1185ad7b8ae1327cd477437bbe4054794c61f684 (patch)
treebd98047d3264971aaa95e23600236ea1280624bc /community/ansible-lint/10-python3-shebang.patch
parentd19073b835c1dc3704d9b7366795d66be7f49862 (diff)
downloadaports-1185ad7b8ae1327cd477437bbe4054794c61f684.tar.bz2
aports-1185ad7b8ae1327cd477437bbe4054794c61f684.tar.xz
community/ansible-lint: move from testing
Diffstat (limited to 'community/ansible-lint/10-python3-shebang.patch')
-rw-r--r--community/ansible-lint/10-python3-shebang.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/ansible-lint/10-python3-shebang.patch b/community/ansible-lint/10-python3-shebang.patch
new file mode 100644
index 0000000000..1493a7a6a6
--- /dev/null
+++ b/community/ansible-lint/10-python3-shebang.patch
@@ -0,0 +1,8 @@
+--- a/bin/ansible-lint
++++ b/bin/ansible-lint
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+
+ import sys
+ import ansiblelint.__main__