aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-storage-cpp/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-01-31 00:44:28 -0800
committerGitHub <noreply@github.com>2020-01-31 00:44:28 -0800
commitfd84591433a055be2eb2b40dcef9fffddeff6425 (patch)
tree06ceeabcb3a925d85b357a0a52f4d28c1ec1f6df /ports/azure-storage-cpp/CONTROL
parentcf3e688dda65b2a6d4729edcaf83e99b32c92fd1 (diff)
downloadvcpkg-fd84591433a055be2eb2b40dcef9fffddeff6425.tar.gz
vcpkg-fd84591433a055be2eb2b40dcef9fffddeff6425.zip
[azure-storage-cpp] Azure storage only requires gettext on OSX -- avoid unneeded deps (#9852)
Diffstat (limited to 'ports/azure-storage-cpp/CONTROL')
-rw-r--r--ports/azure-storage-cpp/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL
index 3fc857f95..be93299da 100644
--- a/ports/azure-storage-cpp/CONTROL
+++ b/ports/azure-storage-cpp/CONTROL
@@ -1,6 +1,6 @@
Source: azure-storage-cpp
-Version: 7.1.0
-Build-Depends: cpprestsdk[core], atlmfc (windows), boost-log (!windows&!uwp), boost-locale (!windows&!uwp), libxml2 (!windows&!uwp), libuuid (!windows&!uwp&!osx), gettext
+Version: 7.1.0-1
+Build-Depends: cpprestsdk[core], atlmfc (windows), boost-log (!windows&!uwp), boost-locale (!windows&!uwp), libxml2 (!windows&!uwp), libuuid (!windows&!uwp&!osx), gettext (osx)
Description: Microsoft Azure Storage Client SDK for C++
A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
Homepage: https://blogs.msdn.com/b/windowsazurestorage/