commit | 5e807e51cbedd4c39d9df62f9e13780f783de32c | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Tue Feb 12 15:19:42 2019 -0500 |
committer | Matt Jeanneret <mj3580@att.com> | Tue Feb 12 15:25:36 2019 -0500 |
tree | 7bab656f0c2fb984c3a3f0e1106796d95c750b17 | |
parent | 3350875895bae5f33f301efec5d557ec45dcfd9a [diff] [blame] |
VOL-1449 Update requirements to match pyvoltha Also ignore and cleanup any local pyvoltha copies. Also no longer need voltha-protos image Change-Id: Id42676e38f38f3014bf547fd7820abf7eb2d5ea5
diff --git a/python/Makefile b/python/Makefile index 803a132..7ea572e 100644 --- a/python/Makefile +++ b/python/Makefile
@@ -172,7 +172,7 @@ make -C voltha/protos install-protoc clean: - rm -r pyvoltha + rm -rf pyvoltha find . -name '*.pyc' | xargs rm -f distclean: clean