VOL-1494: Compare UniType needed for proper omci messaging

Seems the 1.x core python could compare enum types easier
than here. Work around for now by comparing the actual
value of the enum

Also fix typo in Makefile regarding venv and local
protos

Change-Id: I33e9108d7975c8e6ed72bfc7597471fbf671b83b
diff --git a/python/Makefile b/python/Makefile
index a78ecda..f5a3e4c 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -150,6 +150,6 @@
 	mkdir -p local_imports/voltha-protos/dist
 	cp ../../voltha-protos/dist/*.tar.gz local_imports/voltha-protos/dist/
 	. ${VENVDIR}/bin/activate && \
-	    pip install local_protos/voltha-protos/dist/*.tar.gz
+	    pip install local_imports/voltha-protos/dist/*.tar.gz
 endif
 # end file