summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelley Spoon <kelley.spoon@linaro.org>2021-11-10 08:25:34 -0600
committerKelley Spoon <kelley.spoon@linaro.org>2021-11-10 08:25:34 -0600
commit29051f658311a480c0afadabb213c7b1487560ee (patch)
treec13ce076b9e827a9c49f8d49a930660e2e8a7c1f
parentc3283fc8d9574209c451ff6c45474256ec80745c (diff)
patchwork-tools: add virtualenv to requirements
In order for the unit-test.sh script to work, python's virtualenv tool needs to be installed. The absence hasn't been missed until this was deployed to a pristine environment where the module wasn't previously manually installed. Change-Id: Ie16813dcf9edac3e49f37927fdc8b067aa1721d4
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 054e9b8..2808656 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,3 +7,4 @@ mock
flake8
python-ldap==3.3.1
django-auth-ldap==1.6.1
+virtualenv