From d9fcf95758e9652188a23367f413a1f38fdf92f5 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 4 Jun 2019 21:51:54 -0700 Subject: [PATCH] Add missing Python 2.6 constraint for voluptuous. --- test/runner/requirements/sanity.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner/requirements/sanity.txt b/test/runner/requirements/sanity.txt index 7eb65efa65..5d27a4e7ab 100644 --- a/test/runner/requirements/sanity.txt +++ b/test/runner/requirements/sanity.txt @@ -9,5 +9,5 @@ rstcheck ; python_version >= '2.7' # rstcheck requires python 2.7+ sphinx straight.plugin # needed for hacking/build-ansible which will host changelog generation virtualenv -voluptuous +voluptuous ; python_version >= '2.7' # voluptuous 0.11.0 and later require python 2.7+ yamllint