From 9dccdfdecfaccbda931dc2e2f6140b0055c5c246 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 17 Jan 2019 11:51:54 +0100 Subject: [PATCH] fix a syntax issue --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 95b9871c..2f3b0821 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,7 @@ Description: C, C++ and Objective-C compiler Package: clang-tools-9 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, clang-9 (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, clang-9 (= ${binary:Version}), python Description: clang-based tools for C/C++ developments Clang project is a C, C++, Objective C and Objective C++ front-end