[protobuf-c] Fix wrong dependency for feature test (#11609)

This commit is contained in:
Jack·Boos·Yu 2020-06-02 02:12:14 +08:00 committed by GitHub
parent afc18d7100
commit 81b742be18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]
Build-Depends: protobuf-c[tools]