commit | ed6da5e4e5a40aa0e27bab3a873d6c3b2a9d3c41 | [log] [tgz] |
---|---|---|
author | Dinesh Belwalkar <dumbbel@gmail.com> | Tue Feb 25 11:23:57 2020 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Tue Apr 21 14:09:05 2020 -0700 |
tree | 3c58f813a6486169f6b8b3c1b5ff7268c492a01c | |
parent | 06cb92dbfb185980f84eab5ebd8bd4db19bc1618 [diff] [blame] |
[VOL-936] add changes for onu distance proto Change-Id: Iedc44ff0c1c26a7d3623d4b7d96bb2d425d5d24f
diff --git a/Makefile b/Makefile index 7da9db9..fc97114 100644 --- a/Makefile +++ b/Makefile
@@ -67,7 +67,7 @@ python-protos: $(PROTO_PYTHON_PB2) venv_protos: - virtualenv $@;\ + virtualenv -p python3 $@;\ source ./$@/bin/activate ; set -u ;\ pip install grpcio-tools googleapis-common-protos