summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-09-19 10:51:04 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-01-17 01:52:56 +0100
commitf169f5710ac9f206fba2bdf8583cd5e952186091 (patch)
treecd43fbe23c2eac152fb40cfb62c75fdb030159e7 /Makefile.PL
parent1c45fa8325bcf0c907d6cefe8f4b9f12a5009bb1 (diff)
downloadurpmi-f169f5710ac9f206fba2bdf8583cd5e952186091.tar
urpmi-f169f5710ac9f206fba2bdf8583cd5e952186091.tar.gz
urpmi-f169f5710ac9f206fba2bdf8583cd5e952186091.tar.bz2
urpmi-f169f5710ac9f206fba2bdf8583cd5e952186091.tar.xz
urpmi-f169f5710ac9f206fba2bdf8583cd5e952186091.zip
testsuite needs rpmtools
actually it really needs genhdlist2 from rpmtools The later provides a dummy rpmtools.pm package so that cpan testers can be happy We need at least 7.11 as previous versions forced vendor dir which is usually not defined, thus resulting in: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Can't create '/' Do not have write permissions on '/' !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Which made urpmi's testsuite to fail on most cpan testers due to genhdlist2 not being available
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 1357abe4..73fd9c9e 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -161,6 +161,7 @@ WriteMakefile(
'Expect' => '0',
'File::Slurp' => '0',
'Net::Server' => '0',
+ 'rpmtools' => '7.11',
'Test::More' => '0',
'Test::Pod' => '0',
'Test::Pod::Coverage' => '0',