diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/reformat_sysconfig.py')
| -rw-r--r-- | meta/recipes-devtools/python/python3/reformat_sysconfig.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/reformat_sysconfig.py b/meta/recipes-devtools/python/python3/reformat_sysconfig.py index c4164313e8..5e2b12879d 100644 --- a/meta/recipes-devtools/python/python3/reformat_sysconfig.py +++ b/meta/recipes-devtools/python/python3/reformat_sysconfig.py  | |||
| @@ -16,6 +16,6 @@ with open(sys.argv[1], 'r') as f: | |||
| 16 | with open(sys.argv[1], 'w') as f: | 16 | with open(sys.argv[1], 'w') as f: | 
| 17 | for k in sorted(l.keys()): | 17 | for k in sorted(l.keys()): | 
| 18 | f.write('%s = ' % k) | 18 | f.write('%s = ' % k) | 
| 19 | pprint.pprint(l[k], stream=f, width=sys.maxsize) | 19 | pprint.pprint(l[k], stream=f, width=1) | 
| 20 | f.write('\n') | 20 | f.write('\n') | 
| 21 | 21 | ||
