try dropping python dependancy and see what breaks

This commit is contained in:
Robert Taylor 2022-12-06 15:42:48 +00:00 committed by Jean-Paul Chaput
parent e7fcfd1a44
commit 2b88f8188c
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.6"
[tool.poetry.dev-dependencies]
ninja = ">=1.10"
@ -27,3 +27,5 @@ yosys_coriolis = 'Coriolis:yosys_coriolis'
requires = ["poetry-core", "setuptools", "cmake", "patchelf"]
build-backend = "poetry.core.masonry.api"
[tool.cibuildwheel.linux]
before-all = "yum install -y qt5-qtbase-devel qt5-qtsvg-devel boost-devel rapidjson-devel bison flex doxygen bzip2-devel python-devel"