Skip to content

Commit 56553d9

Browse files
committed
external/pip_requirements.txt: add six
This is an attempt to fix the following build error: ``` Traceback (most recent call last): File "Firestore/Protos/tmphmjWeu.py", line 25, in <module> import nanopb_generator as nanopb File "nanopb/generator/nanopb_generator.py", line 25, in <module> import google.protobuf.text_format as text_format File "protobuf/python/google/protobuf/text_format.py", line 51, in <module> import six ImportError: No module named six ``` e.g. https://github.com/firebase/firebase-cpp-sdk/runs/6034310890
1 parent 4e823e1 commit 56553d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

external/pip_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
absl-py
22
protobuf
3+
six

0 commit comments

Comments
 (0)