diff --git a/apps/dhcp/BUILD b/apps/dhcp/BUILD index dbf2ac4c6e..911172d78d 100644 --- a/apps/dhcp/BUILD +++ b/apps/dhcp/BUILD @@ -6,6 +6,7 @@ BUNDLES = [ onos_app( category = "Utility", included_bundles = BUNDLES, + required_apps = ["org.onosproject.hostprovider"], title = "DHCP Server", url = "http://onosproject.org", )