Replaces direct use of aiokafka with osm_common message bus in agent and
[osm/POL.git] / setup.py
index 2a85f83..1d42c16 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,7 @@ setup(
     url=_url,
     license=_license,
     packages=[_name],
+    package_dir={_name: _name},
     include_package_data=True,
     install_requires=[
         "aiokafka==0.4.*",
@@ -52,7 +53,8 @@ setup(
         "jsonschema==2.6.*",
         "six==1.11.*",
         "pyyaml==3.*",
-        "osm-common"
+        "pymysql",
+        "osm-common",
     ],
     entry_points={
         "console_scripts": [