From cb26f0933ee2f20a92025951cf909b78fc378dcd Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Tue, 11 Feb 2020 19:44:51 +0300 Subject: [PATCH] builder: Fix python3.yaml identation --- builder/assets/python3.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/builder/assets/python3.yaml b/builder/assets/python3.yaml index 330d5912..3a71eb8a 100644 --- a/builder/assets/python3.yaml +++ b/builder/assets/python3.yaml @@ -1,9 +1,9 @@ python3-wxgtk: - debian: - buster: [python3-wxgtk4.0] - python3-serial: - debian: - buster: [python3-serial] - python3-requests: - debian: - buster: [python3-requests] + debian: + buster: [python3-wxgtk4.0] +python3-serial: + debian: + buster: [python3-serial] +python3-requests: + debian: + buster: [python3-requests]