From 13a3e350e17a72fbe77a5dedfb2cb52d2ef39a5c Mon Sep 17 00:00:00 2001 From: bbrzyski Date: Tue, 3 Dec 2024 10:25:35 +0100 Subject: [PATCH] Use fork of hdlConvertor to fix the issue of not supported repository host Signed-off-by: bbrzyski --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c48bf30b..33a0a866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] parse = [ - "hdlConvertor @ git+https://github.com/Nic30/hdlConvertor@fae60effdb16574de152bf9bf7bc2e225b729797", + "hdlConvertor @ git+https://github.com/antmicro/hdlConvertor@94372093b6810d1b726429a1049c104f47883f27", ] lint = [ "nox==2024.10.09",