From 57c64b128756bd2be8bb53357c7259458b8cebc9 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 6 Apr 2017 13:47:55 -0400 Subject: [PATCH] add an extras dependency for systemd Express the dependency on the systemd library through a setuptools "extras" list. Depends-On: I8d1cfeffafce810fb30db24d55aea43759291aad Change-Id: I17cbc7fad84dd8ad9f420d4225d4c5ac059c9ad8 Signed-off-by: Doug Hellmann --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d3ed9288..39d19d7a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,8 @@ packages = [extras] fixtures = fixtures>=3.0.0 # Apache-2.0/BSD - +systemd = + systemd-python>=234 # LGPLv2+ [entry_points] oslo.config.opts = oslo.log = oslo_log._options:list_opts