diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-12 14:46:00 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-12 14:50:05 +0100 |
commit | b6dcce607c96ce751fc3bb9aef45848c94e0e71e (patch) | |
tree | 064ed86d6e2033ad7da2d70332b12a568cd86ae1 /pyGHDL/dom | |
parent | 03836b00aeddca2fd73f078d7850dc58be632466 (diff) | |
download | ghdl-b6dcce607c96ce751fc3bb9aef45848c94e0e71e.tar.gz ghdl-b6dcce607c96ce751fc3bb9aef45848c94e0e71e.tar.bz2 ghdl-b6dcce607c96ce751fc3bb9aef45848c94e0e71e.zip |
Updated setup.py to use pyTooling.Packaging.
Diffstat (limited to 'pyGHDL/dom')
-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 18340052a..6fa43649b 100644 --- a/pyGHDL/dom/requirements.txt +++ b/pyGHDL/dom/requirements.txt @@ -1,4 +1,4 @@ -r ../libghdl/requirements.txt -pyVHDLModel==0.12.0 +pyVHDLModel==0.14.0 #https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel |