Fixed namespacing to use python3 style namespace packages.

Note: the egg name is not allowed to have a dash, because that is
interpreted as version by at least pbr.
See https://pip.pypa.io/en/stable/reference/pip_install/#vcs-support

Change-Id: I957c5114150b430612cff0280df66ef769c8f71b
This commit is contained in:
Florian Apolloner 2018-09-27 19:14:32 +02:00
parent e3b94a440d
commit 0c21396411
3 changed files with 1 additions and 4 deletions

View File

@ -1 +0,0 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@ -1,3 +1,3 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
ansible>=2.5.5
git+https://git.openstack.org/openstack/ara-clients@master#egg=ara-clients
git+https://git.openstack.org/openstack/ara-clients@master#egg=ara_clients

View File

@ -23,8 +23,6 @@ setup-hooks =
pbr.hooks.setup_hook
[files]
namespace_packages =
ara.plugins
packages =
ara