From c82fadf8e4e651260578248fb4574d10ad352125 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Thu, 11 Feb 2016 08:45:50 -0800 Subject: [PATCH] Removes unused posix_ipc requirement posix_ipc module is not used anywhere in this project. Change-Id: I280de9e5c112a6da9b64dedbd5c71c55399a5118 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a35c3223..58d94f93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,6 @@ six>=1.9.0 # MIT WSME>=0.8 # MIT keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0 paramiko>=1.16.0 # LGPL -posix-ipc # BSD Jinja2>=2.8 # BSD License (3 clause) taskflow>=1.26.0 # Apache-2.0