Add dependency to required provider for DHCP app

Change-Id: I35785bfebe68bea180c5d78d58067bc0eba046c9
This commit is contained in:
Ray Milkey 2019-02-20 15:36:44 -08:00
parent 4f62a1ea78
commit e554d6367e

View File

@ -6,6 +6,7 @@ BUNDLES = [
onos_app(
category = "Utility",
included_bundles = BUNDLES,
required_apps = ["org.onosproject.hostprovider"],
title = "DHCP Server",
url = "http://onosproject.org",
)