From ca646c5df182f1bc83f6a7d8b2d4934d86756c54 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 10 Jun 2021 13:04:51 +0100 Subject: [PATCH] add svgwrite to list of dependencies --- install-hdl-apt-reqs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs index 9ef6dd5..249cb69 100755 --- a/install-hdl-apt-reqs +++ b/install-hdl-apt-reqs @@ -40,6 +40,8 @@ apt-get install -y autoconf \ python3.7-dev \ python3-nose \ python3-setuptools \ + python-svgwrite \ + python3-svgwrite \ python3-venv \ python3-sphinx \ python3-sphinx-rtd-theme \ -- 2.30.2