darvid / python-hyperscan

🐍 A CPython extension for the Hyperscan regular expression matching library.
https://python-hyperscan.readthedocs.io/en/latest/
MIT License
168 stars 29 forks source link

Fix build #36

Open KOLANICH opened 2 years ago

ozturkberkay commented 1 year ago

To give context, build.py is coflicting with the build package. Applying a similar fix as this PR gets rid of the error: cannot import name 'BuildBackendException' from 'build' (/home/berkayozturk/projects/python-hyperscan/build.py) when running poetry install