From 2c8b2b579f20060789f3fa9a57600d9756f01deb Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Fri, 24 Jan 2014 13:34:15 -0600 Subject: [PATCH] Remove psutil dependency The version of psutil that was being required is not hosted on PyPi which caused some issues. This patch removes the psutil dependency in favor of using the method that was proposed for the havana backport of polling minimization. Closes-bug: #1268711 Change-Id: I5a1672cfd195099d92578321153c42b8bfd09b7d --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a873c19..c35b080 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,6 @@ jsonrpclib Jinja2 kombu>=2.4.8 netaddr>=0.7.6 -psutil>=0.6.1,<1.0 python-neutronclient>=2.3.0,<3 SQLAlchemy>=0.7.8,<=0.7.99 WebOb>=1.2.3,<1.3