thiezn / iperf3-python

Python wrapper around iperf3
https://iperf3-python.readthedocs.org/
MIT License
109 stars 52 forks source link

Cannot build using bazel due to `extra_require` referencing `iperf3` #63

Open laurencooney opened 2 years ago

laurencooney commented 2 years ago

This looks like a fantastic library that I'd like to use, however, I am unable to build this with bazel due to the extra_require at https://github.com/thiezn/iperf3-python/blob/master/setup.py#L65 that references iperf3. https://github.com/bazelbuild/rules_python#using-the-packaging-rules bazel installs iperf3, but then tries to add that dependency which breaks the build. Will have to resort to using subprocess to parse the output, but please let me know if you fix this, or have a workaround!