python-axolotl
python-axolotl copied to clipboard
Relax protobuf dependency
Hi! I'm trying to package python-axolotl for Fedora, but the protobuf==3.0.0b2 dependency is too strict. Could you please relax it to something more appropriate?
Thanks!
Hey, where do you see this strict dependency? I can only find protobuf>=3.0.0.b2 in setup.py
tox.ini on line 14: https://github.com/tgalal/python-axolotl/blob/master/tox.ini#L14