Add LWP::Protocol::https as a dependencies

tags/patrix-0.1.4-1
Daniel Berteaud 7 years ago
parent 1adadbeb6c
commit 8fdda06f76
  1. 1
      README.md
  2. 1
      patrix.spec

@ -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

@ -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)

Loading…
Cancel
Save