diff options
author | lpsolit%gmail.com <> | 2009-08-13 23:32:15 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-08-13 23:32:15 +0200 |
commit | 6eec197b4ad9d396b6c33c5012155608ae4bd961 (patch) | |
tree | aed084eef9a536fb859f1d68684b4dd554293bf8 /Bugzilla/Install | |
parent | fcbd202edcd0f5b53bad398aa4a1f515ba25d16d (diff) | |
download | bugzilla-6eec197b4ad9d396b6c33c5012155608ae4bd961.tar.gz bugzilla-6eec197b4ad9d396b6c33c5012155608ae4bd961.tar.xz |
Bug 480986: The BMP -> PNG conversion tool for new attachments should be an extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 0d013f62f..dbcef03bf 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -204,12 +204,6 @@ sub OPTIONAL_MODULES { feature => ['patch_viewer'], }, { - package => 'PerlMagick', - module => 'Image::Magick', - version => 0, - feature => ['compress_bmps'], - }, - { package => 'perl-ldap', module => 'Net::LDAP', version => 0, |