Depend on python3-edgetpu instead of edgetpu-api

Change-Id: I3936c989ec8f7c98ca59b04c23b73a6bc772042b
diff --git a/debian/control b/debian/control
index 4e4d325..5eb645d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,14 @@
 
 Package: python3-edgetpuvision
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-numpy, python3-protobuf, python3-pil, python3-gi, python3-gst-1.0, edgetpu-api
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         python3-numpy,
+         python3-protobuf,
+         python3-pil,
+         python3-gi,
+         python3-gst-1.0,
+         python3-edgetpu
 Description: EdgeTPU camera API
  API to run inference on image data coming from the camera.