File: 0003-Call-correct-yapf-binary.patch

package info (click to toggle)
nvpy 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,460 kB
  • sloc: python: 4,870; makefile: 37; sh: 11
file content (21 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Stefan van der Walt <stefanv@berkeley.edu>
Date: Thu, 19 Sep 2019 17:00:57 -0700
Subject: Call correct yapf binary

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1525595..1ea4064 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all: format test
 
 .PHONY: format
 format:
-	yapf -r -p -i .
+	yapf3 -r -p -i .
 
 .PHONY: test
 test: