From ba4f6c9c1e5630011fa6837e7eb00262c69ed731 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 28 Feb 2019 02:12:57 -0500 Subject: [PATCH] Add another missing test dependency. --- hugo.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.spec b/hugo.spec index ae101ea..854c6c8 100644 --- a/hugo.spec +++ b/hugo.spec @@ -65,6 +65,7 @@ BuildRequires: golang(gopkg.in/yaml.v2) # These are used during tests BuildRequires: golang(github.com/fortytw2/leaktest) +BuildRequires: golang(github.com/sanity-io/litter) BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) BuildRequires: python3-docutils