X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO-VIM-fos%2Fsetup.py;h=a3beee9f573788c186d8f8de70ad2600130bbd5c;hp=62cf4b827d7e4744d681abcb89fcbd3789f5119a;hb=07df0d2f27b26e7723b923c9583970be9530fe69;hpb=0937f203806a304b6bed8705c0c17f58de8dc844 diff --git a/RO-VIM-fos/setup.py b/RO-VIM-fos/setup.py index 62cf4b82..a3beee9f 100644 --- a/RO-VIM-fos/setup.py +++ b/RO-VIM-fos/setup.py @@ -25,12 +25,12 @@ README = """ osm-rovim_fos =========== -osm-ro pluging for fos VIM +osm-ro pluging for Eclipse fog05 VIM """ setup( name=_name, - description='OSM ro vim plugin for fos', + description='OSM ro vim plugin for Eclipse fog05', long_description=README, version_command=('git describe --match v* --tags --long --dirty', 'pep440-git-full'), # version=VERSION, @@ -48,7 +48,12 @@ setup( "requests", "netaddr", "PyYAML", - "fog05rest>=0.0.4", + "zenoh==0.3.0", + "yaks==0.3.0.post1", + "fog05-sdk==0.2.0", + "fog05==0.2.0", + "pyangbind", + "sphinx", "osm-ro @ git+https://osm.etsi.org/gerrit/osm/RO.git#egg=osm-ro&subdirectory=RO" ], setup_requires=['setuptools-version-command'],