From 059d3f324f6fc2f7a9e4818016d81d18b3c5c554 Mon Sep 17 00:00:00 2001 From: Rupert Swarbrick Date: Fri, 29 May 2020 10:20:47 +0100 Subject: [PATCH] Add missing Python dependency on premailer library This dependency gets pulled in with dvsim.py since OpenTitan commit 1aff665d2, vendored in with Ibex commit 1bbcce0. --- python-requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-requirements.txt b/python-requirements.txt index f56b0aa1..ea402c40 100644 --- a/python-requirements.txt +++ b/python-requirements.txt @@ -10,3 +10,6 @@ git+https://github.com/lowRISC/fusesoc.git@ot pyyaml mako + +# Needed by dvsim.py (not actually used in Ibex) +premailer