python-hyperscan icon indicating copy to clipboard operation
python-hyperscan copied to clipboard

Fix build

Open KOLANICH opened this issue 4 years ago • 1 comments

KOLANICH avatar Dec 09 '21 12:12 KOLANICH

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

ozturkberkay avatar Mar 04 '23 15:03 ozturkberkay