lakitu: Add systemd as netplan's dependency

Sometimes netplan is built before systemd and the
build will fail

BUG=b/168348407
TEST=presubmit
RELEASE_NOTE=None

Change-Id: I7ab005c1a685c9156b46c5ac17a34d1d6f294b7f
Reviewed-on: https://cos-review.googlesource.com/c/cos/overlays/board-overlays/+/8683
Reviewed-by: Varsha Teratipally <teratipally@google.com>
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
diff --git a/project-lakitu/net-misc/netplan/netplan-0.100-r1.ebuild b/project-lakitu/net-misc/netplan/netplan-0.100-r2.ebuild
similarity index 100%
rename from project-lakitu/net-misc/netplan/netplan-0.100-r1.ebuild
rename to project-lakitu/net-misc/netplan/netplan-0.100-r2.ebuild
diff --git a/project-lakitu/net-misc/netplan/netplan-0.100.ebuild b/project-lakitu/net-misc/netplan/netplan-0.100.ebuild
index 3ac3ffb..7bfdecc 100644
--- a/project-lakitu/net-misc/netplan/netplan-0.100.ebuild
+++ b/project-lakitu/net-misc/netplan/netplan-0.100.ebuild
@@ -30,6 +30,7 @@
 
 DEPEND=">=dev-libs/glib-2.58.3-r5
 >=dev-libs/libyaml-0.2.2
+sys-apps/systemd
 "