From 66afc99f18a2cbd6d65a9bc123b08eb0c079bf50 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 16 2017 16:18:36 +0000 Subject: Add the dependency to filelock --- diff --git a/files/pagure.spec b/files/pagure.spec index 0c25839..80d6d17 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -25,6 +25,7 @@ BuildRequires: python-blinker BuildRequires: python-chardet BuildRequires: python-cryptography BuildRequires: python-docutils +BuildRequires: python-filelock BuildRequires: python-flask BuildRequires: python-flask-wtf BuildRequires: python-flask-multistatic @@ -62,6 +63,7 @@ Requires: python-chardet Requires: python-cryptography Requires: python-docutils Requires: python-enum34 +Requires: python-filelock Requires: python-flask Requires: python-flask-wtf Requires: python-flask-multistatic diff --git a/requirements.txt b/requirements.txt index 907b94c..515f0fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,7 @@ blinker chardet docutils enum34 +filelock flask flask-wtf flask-multistatic