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 It requires the following perl modules
* LWP::UserAgent * LWP::UserAgent
* HTTP::Request * HTTP::Request
* LWP::Protocol::https
* Config::Simple * Config::Simple
* File::HomeDir * File::HomeDir
* File::Basename * File::Basename

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

Loading…
Cancel
Save