Add LWP::Protocol::https as a dependencies

This commit is contained in:
Daniel Berteaud 2017-09-11 09:44:10 +02:00
parent 1adadbeb6c
commit 8fdda06f76
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ patrix is a simple command line client for [Matrix](https://matrix.org) written
It requires the following perl modules
* LWP::UserAgent
* HTTP::Request
* LWP::Protocol::https
* Config::Simple
* File::HomeDir
* File::Basename

View File

@ -10,6 +10,7 @@ Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
Requires: perl(LWP::UserAgent)
Requires: perl(LWP::Protocol::https)
Requires: perl(Config::Simple)
Requires: perl(HTTP::Request)
Requires: perl(File::HomeDir)