From 46360c62c6ebd788f532c8ab444f8793749878b1 Mon Sep 17 00:00:00 2001 From: karthik s Date: Mon, 14 Jan 2019 20:01:54 +0530 Subject: [PATCH] Updating requirements for pyudev The stable/queens branch has a lower constraint for pyudev version (0.16.1). This is required for backporting NIC Partitioning feature to stable/queens. Change-Id: I81c93a6f44b5b587759c002ad29b5c087ec53205 (cherry picked from commit 4b48b525c4b579a4584c0e43c08c23597a25d0c0) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index e6e9b329..dceca88a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,4 @@ oslo.concurrency>=3.8.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 PyYAML>=3.10.0 # MIT jsonschema>=2.0.0,<3.0.0,!=2.5.0 # MIT +pyudev>=0.16.1 # LGPLv2.1+