summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-04-06 13:47:55 -0400
committerChangBo Guo(gcb) <glongwave@gmail.com>2017-04-10 09:44:50 +0000
commit57c64b128756bd2be8bb53357c7259458b8cebc9 (patch)
treeaf2ab67f39843132b0cc02d05c6862f5976a8301
parent12e3d7944bab27e6e99a9714a22f52cb5e3f4161 (diff)
downloadoslo-log-57c64b128756bd2be8bb53357c7259458b8cebc9.tar.gz
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 <doug@doughellmann.com>
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index d3ed928..39d19d7 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