diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-16 21:44:40 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-16 22:31:41 +0100 |
commit | adf47902189a534e714a786ab95c22c5abd87369 (patch) | |
tree | 58adbca8ee650e8897d030c39df7488a1efea6d2 /pyGHDL | |
parent | 90a820dc862d7bf217a1f2a36c2b460e32734b9f (diff) | |
download | ghdl-adf47902189a534e714a786ab95c22c5abd87369.tar.gz ghdl-adf47902189a534e714a786ab95c22c5abd87369.tar.bz2 ghdl-adf47902189a534e714a786ab95c22c5abd87369.zip |
pyTooling.Packaging is now replaced by pyTooling.
Diffstat (limited to 'pyGHDL')
-rw-r--r-- | pyGHDL/dom/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/dom/requirements.txt b/pyGHDL/dom/requirements.txt index 6fa43649b..18b3495eb 100644 --- a/pyGHDL/dom/requirements.txt +++ b/pyGHDL/dom/requirements.txt @@ -1,4 +1,4 @@ -r ../libghdl/requirements.txt -pyVHDLModel==0.14.0 +pyVHDLModel==0.14.1 #https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel |