aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-12-16 21:44:40 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-12-16 22:31:41 +0100
commitadf47902189a534e714a786ab95c22c5abd87369 (patch)
tree58adbca8ee650e8897d030c39df7488a1efea6d2
parent90a820dc862d7bf217a1f2a36c2b460e32734b9f (diff)
downloadghdl-adf47902189a534e714a786ab95c22c5abd87369.tar.gz
ghdl-adf47902189a534e714a786ab95c22c5abd87369.tar.bz2
ghdl-adf47902189a534e714a786ab95c22c5abd87369.zip
pyTooling.Packaging is now replaced by pyTooling.
-rw-r--r--.github/workflows/Test.yml2
-rw-r--r--doc/requirements.txt2
-rw-r--r--pyGHDL/dom/requirements.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 5ca4542c0..1c737a57c 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -85,7 +85,7 @@ jobs:
sudo apt update -qq
sudo apt install -y gnat
python -m pip install --upgrade pip
- python -m pip install black wheel pyTooling.Packaging
+ python -m pip install black wheel pyTooling
- name: '🚧 Update Python bindings'
run: ./scripts/update_py_bindings.sh
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 761815722..dfd699db9 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,6 +1,6 @@
-r ../pyGHDL/requirements.txt
-pyTooling.Packaging>=0.5.0
+pyTooling>=1.7.0
sphinx>=3.4.2
#recommonmark>=0.7.1
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