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/libghdl | |
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/libghdl')
-rw-r--r-- | pyGHDL/libghdl/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/libghdl/requirements.txt b/pyGHDL/libghdl/requirements.txt index 538e15ba4..0291212ff 100644 --- a/pyGHDL/libghdl/requirements.txt +++ b/pyGHDL/libghdl/requirements.txt @@ -1 +1 @@ -pyTooling>=1.5.1 +pyTooling>=1.5.2 |