Skip to content

Commit

Permalink
Fix python makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lpabon committed Aug 14, 2023
1 parent d91e6ab commit a9f9142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ grpc:
$(GOPATH)/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto"
sed -i -e "s#^import api_pb2 as api__pb2#from openstorage import api_pb2 as api__pb2#" openstorage/api_pb2_grpc.py
echo "VERSION = '$(APIVER)'" > openstorage/__about__.py
sudo rm -rf $(VEDIR)
rm -rf $(VEDIR)

requirements:
docker run -ti \
Expand Down

0 comments on commit a9f9142

Please sign in to comment.