diff options
| author | Apeksha D Khakharia <akhakhar@redhat.com> | 2017-11-27 15:26:06 +0530 |
|---|---|---|
| committer | Apeksha D Khakharia <akhakhar@redhat.com> | 2018-01-29 17:22:49 +0530 |
| commit | 23c5e63398c79b2baf01caf8eaeab43fb3375985 (patch) | |
| tree | 688b442a508e4a86f59eb15cf828e4f1ee1572f7 /cns-libs/setup.py | |
| parent | be8e17c8185c43a1a7170990e774639c9662023d (diff) | |
CNS: adding CNS base class
Change-Id: Ieb03c52c7e8db9f37fe8f71692e5e0617a73a4c8
Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
Diffstat (limited to 'cns-libs/setup.py')
| -rw-r--r-- | cns-libs/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cns-libs/setup.py b/cns-libs/setup.py index cdfb2f4f..25da8f86 100644 --- a/cns-libs/setup.py +++ b/cns-libs/setup.py @@ -21,6 +21,6 @@ setup( 'Programming Language :: Python :: 2.7' 'Topic :: Software Development :: Testing' ], - install_requires=['glusto', 'ddt'], + install_requires=['glusto', 'ddt', 'rtyaml'], dependency_links=['http://github.com/loadtheaccumulator/glusto/tarball/master#egg=glusto'], ) |
