- Add Dependencies to devel pkg; needed as we don't have the .pc
file to generate them from OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/azure-storage-cpp?expand=0&rev=3
This commit is contained in:
parent
ace17d08cf
commit
f11ef3dadf
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 09:39:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Add Dependencies to devel pkg; needed as we don't have the .pc
|
||||
file to generate them from
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 07:55:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -48,6 +48,10 @@ This client library enables working with the Microsoft Azure storage services wh
|
||||
%package devel
|
||||
Summary: Devel files for Azure storage services
|
||||
Requires: %{libname} = %{version}
|
||||
Requires: pkgconfig(cpprest)
|
||||
Requires: pkgconfig(libssl) >= 1.0
|
||||
Requires: pkgconfig(libxml-2.0)
|
||||
Requires: pkgconfig(uuid)
|
||||
|
||||
%description devel
|
||||
Development files for working with Microsoft Azure storage services
|
||||
|
Loading…
Reference in New Issue
Block a user