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>
This commit is contained in:
Doug Hellmann 2017-04-06 13:47:55 -04:00 committed by ChangBo Guo(gcb)
parent 12e3d7944b
commit 57c64b1287

View File

@ -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