From d03e1d54bd357cb22c4d23a925e8f26c331a4942 Mon Sep 17 00:00:00 2001
From: licanwei
Date: Tue, 28 Jun 2016 15:13:13 +0800
Subject: [PATCH] add dependency for 3rd-party plugins
In the base-setup.rst about 3rd-party plugins,
we should add the watcher dependency requirement.
Change-Id: I8f898b2e3e7e30c88f4f14f7bd3ae38b8aa3ebd3
Closes-Bug: #1594705
---
doc/source/dev/plugin/base-setup.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/doc/source/dev/plugin/base-setup.rst b/doc/source/dev/plugin/base-setup.rst
index 1cac69d76..1dee8cd46 100644
--- a/doc/source/dev/plugin/base-setup.rst
+++ b/doc/source/dev/plugin/base-setup.rst
@@ -71,8 +71,15 @@ structure that looks like this::
│ └── test_thirdparty.py
└── tox.ini
+**Note:** You should add `python-watcher`_ as a dependency in the
+requirements.txt file::
+
+ # Watcher-specific requirements
+ python-watcher
+
.. _cookiecutter: https://github.com/audreyr/cookiecutter
.. _OpenStack cookiecutter: https://github.com/openstack-dev/cookiecutter
+.. _python-watcher: https://pypi.python.org/pypi/python-watcher
Implementing a plugin for Watcher
=================================