From 8fdda06f765c8dffaef51ec9621b657ffc374050 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 11 Sep 2017 09:44:10 +0200 Subject: [PATCH] Add LWP::Protocol::https as a dependencies --- README.md | 1 + patrix.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 6589eba..57ab7c7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/patrix.spec b/patrix.spec index ccf1d09..c6fff6f 100644 --- a/patrix.spec +++ b/patrix.spec @@ -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)