From d97e2079a633736d0323e915cabff5f91cfd4ebe Mon Sep 17 00:00:00 2001 From: umarcor Date: Wed, 23 Jun 2021 02:54:57 +0200 Subject: setup.py: get a zipfile instead of using git (cherry picked from commit 541815223c0df0fb2cdd227d3ca9e5a82135dc28) --- pyGHDL/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyGHDL') diff --git a/pyGHDL/requirements.txt b/pyGHDL/requirements.txt index 54944c996..4fe037972 100644 --- a/pyGHDL/requirements.txt +++ b/pyGHDL/requirements.txt @@ -1,3 +1,3 @@ pydecor>=2.0.1 #pyVHDLModel==0.10.2 -git+https://github.com/VHDL/pyVHDLModel.git@dev#pyVHDLModel +https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel -- cgit v1.2.3