From 8c64be36a466942164425cd365cafab8da8af462 Mon Sep 17 00:00:00 2001
From: Alexander Pyhalov <apyhalov@gmail.com>
Date: Wed, 15 Sep 2021 09:28:39 +0200
Subject: [PATCH] Add missing mdl dependencies

---
 components/ruby/mdl/mdl.p5m |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/components/ruby/mdl/mdl.p5m b/components/ruby/mdl/mdl.p5m
index f7ec8ed..d2a9aad 100644
--- a/components/ruby/mdl/mdl.p5m
+++ b/components/ruby/mdl/mdl.p5m
@@ -22,6 +22,11 @@
 
 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
+depend type=require fmri=library/ruby/kramdown
+depend type=require fmri=library/ruby/kramdown-parser-gfm
+depend type=require fmri=library/ruby/mixlib-cli
+depend type=require fmri=library/ruby/mixlib-config
+
 link path=usr/bin/mdl target=../ruby/$(RUBY_VERSION)/lib/ruby/vendor_ruby/gems/$(RUBY_LIB_VERSION)/bin/mdl
 
 file path=usr/ruby/$(RUBY_VERSION)/lib/ruby/vendor_ruby/gems/$(RUBY_LIB_VERSION)/bin/mdl

--
Gitblit v1.9.3