From 0b2613dd898b2245865d2c9c49bfabb6f95ae85e Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 14 Jun 2023 12:15:13 +0200 Subject: [PATCH] Specify all dependencies --- perl-Text-CharWidth.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-Text-CharWidth.spec b/perl-Text-CharWidth.spec index fdfb72b..cbd6b8c 100644 --- a/perl-Text-CharWidth.spec +++ b/perl-Text-CharWidth.spec @@ -7,10 +7,12 @@ License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Text-CharWidth Source0: https://cpan.metacpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-%{version}.tar.gz +BuildRequires: coreutils BuildRequires: gcc BuildRequires: make BuildRequires: perl-devel BuildRequires: perl-generators +BuildRequires: perl-interpreter BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(Test::Simple)