perl-*: Update dependencies

All packages should now properly depend on all perlbase- and perl- packages
they need.

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia
2015-06-28 16:52:32 +02:00
parent 7599e8e430
commit 9bf03cb1f5
28 changed files with 38 additions and 38 deletions

View File

@@ -29,7 +29,7 @@ define Package/perl-net-http
CATEGORY:=Languages
TITLE:=Low-level HTTP connection (client)
URL:=http://search.cpan.org/dist/Net-HTTP/
DEPENDS:=perl +perlbase-io +perl-uri +perlbase-compress +perlbase-essential +perl-net-http
DEPENDS:=perl +perl-uri +perlbase-compress +perlbase-essential +perlbase-io
endef
define Build/Configure