From 9fe2cbe45933dbd13b6f3cbb7d79c8d117837aa3 Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Thu, 6 Dec 2012 16:16:43 +0000 Subject: [PATCH] Add missing dep Digest::SHA1 --- virt-v2v.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/virt-v2v.spec b/virt-v2v.spec index cce6aa3..be7ac88 100644 --- a/virt-v2v.spec +++ b/virt-v2v.spec @@ -38,6 +38,7 @@ BuildRequires: perl(Module::Find) # Runtime perl modules also required at build time for use_ok test BuildRequires: perl(Archive::Extract) BuildRequires: perl(DateTime) +BuildRequires: perl(Digest::SHA1) BuildRequires: perl(IO::String) BuildRequires: perl(Locale::TextDomain) BuildRequires: perl(Module::Pluggable)