libnet-ip-perl: Net::IP required Math::BigInt to function, so add to
authorJamie Lenehan <lenehan@twibble.org>
Tue, 3 Oct 2006 22:50:09 +0000 (22:50 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Tue, 3 Oct 2006 22:50:09 +0000 (22:50 +0000)
RDEPENDS.

packages/perl/libnet-ip-perl_1.25.bb

index e8de918..16ffbe3 100644 (file)
@@ -3,8 +3,8 @@ SECTION = "libs"
 MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
 LICENSE = "Artistic|GPL"
 DEPENDS += "libio-zlib-perl-native"
-RDEPENDS += "libio-zlib-perl"
-PR = "r1"
+RDEPENDS += "libio-zlib-perl perl-module-math-bigint"
+PR = "r2"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MANU/Net-IP-1.25.tar.gz"