diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-17 23:33:25 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-17 23:33:25 +0100 |
commit | 4c700e385b9773a46c85386d23038b1d47afd4e7 (patch) | |
tree | c53b4ebc9d5dc410f38660faabd12fb64fb1dbe2 | |
parent | adf47902189a534e714a786ab95c22c5abd87369 (diff) | |
download | ghdl-4c700e385b9773a46c85386d23038b1d47afd4e7.tar.gz ghdl-4c700e385b9773a46c85386d23038b1d47afd4e7.tar.bz2 ghdl-4c700e385b9773a46c85386d23038b1d47afd4e7.zip |
Replaced pyTooling.Packaging with just pyTooling v1.7.0
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3887460cc..c2ddfb778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "pyTooling.Packaging >= 0.5.0", + "pyTooling >= 1.7.0", "setuptools >= 35.0.2", "wheel >= 0.29.0" ] |