From 5d44e8152fa9e53f7357b166addb6322803e10d1 Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Mon, 22 Dec 2014 17:28:00 +1100 Subject: [PATCH] Install zope.component, seems to help with build issues on some platforms --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 39b7025..fffde2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,7 @@ requests==2.2.1 simplejson==3.4 SQLAlchemy==0.9.4 unittest2==0.5.1 +zope.component==4.2.1 https://github.com/mozilla-services/mozservices/archive/e00e1b68130423ad98d0f6185655bde650443da8.zip https://github.com/mozilla-services/tokenserver/archive/d7e513e8a4f5c588b70d685a8df1d2e508c341c0.zip http://github.com/mozilla-services/server-syncstorage/archive/1.5.5.zip