File 0001-Cleanup-requirements.txt.patch of Package python-cursive
From d574d9bfcef7811bfc3ce32ab3a84e820069b32b Mon Sep 17 00:00:00 2001
From: Thomas Bechtold <tbechtold@suse.com>
Date: Tue, 16 Jan 2018 07:07:18 +0100
Subject: [PATCH] Cleanup requirements.txt
six, lxml and netifaces are not used in the cursive codebase. Remove
them.
Change-Id: I0ea29850376f0d3334d92e6e9669bc228eb49f27
---
requirements.txt | 3 ---
1 file changed, 3 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 7ce7b25..9d3b733 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,10 +3,7 @@
# process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0
-lxml>=2.3 # BSD
cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
-netifaces>=0.10.4 # MIT
-six>=1.9.0 # MIT
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.16.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
--
2.15.1