From 81b742be18cc619f9d840b1d53c6a8261f164b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jack=C2=B7Boos=C2=B7Yu?= <47264268+JackBoosY@users.noreply.github.com> Date: Tue, 2 Jun 2020 02:12:14 +0800 Subject: [PATCH] [protobuf-c] Fix wrong dependency for feature test (#11609) --- ports/protobuf-c/CONTROL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/protobuf-c/CONTROL b/ports/protobuf-c/CONTROL index 3f42f7e53f..171a6d17ac 100644 --- a/ports/protobuf-c/CONTROL +++ b/ports/protobuf-c/CONTROL @@ -1,5 +1,5 @@ Source: protobuf-c -Version: 1.3.2-1 +Version: 1.3.2-2 Homepage: https://github.com/protobuf-c/protobuf-c Description: This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format. Build-Depends: protobuf @@ -9,4 +9,4 @@ Description: build tools. Feature: test Description: build test project. -Build-Depends: protobuf[tools] \ No newline at end of file +Build-Depends: protobuf-c[tools] \ No newline at end of file