From fd90ba7ade3a24d1dd7efe20559a52765b6a6dcb Mon Sep 17 00:00:00 2001 From: yanzh_h Date: Mon, 13 Jan 2020 20:12:13 +0800 Subject: [PATCH] modify buildrequires --- perl-YAML-Tiny.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec index 212e00e..2dcbb49 100644 --- a/perl-YAML-Tiny.spec +++ b/perl-YAML-Tiny.spec @@ -16,7 +16,8 @@ BuildRequires: perl(File::Spec) >= 0.80 perl(File::Spec::Functions) perl(File:: BuildRequires: perl(JSON::MaybeXS) >= 1.001000 %endif BuildRequires: perl(JSON::PP) perl(lib) perl(List::Util) perl(Test::More) >= 0.88 perl(utf8) -BuildRequires: perl(vars) perl(warnings) perl(YAML) perl(YAML::Syck) perl(YAML::XS) +BuildRequires: perl(vars) perl(warnings) perl(YAML) +#BuildRequires: perl(YAML::Syck) perl(YAML::XS) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) perl(Exporter) perl(Fcntl) perl(Scalar::Util)