Make sure to install the oslo package as well.
Each package under a namespace that should install that namespace package so the __init__.py for the namespace gets copied. Fixes Bug 1129587 Change-Id: I064b05479c8a41d8f793886d2a5895dce166a85a
This commit is contained in:
parent
36bbf72d2f
commit
394876f258
2
setup.py
2
setup.py
@ -42,7 +42,7 @@ setuptools.setup(
|
||||
author_email='openstack-dev@lists.openstack.org',
|
||||
url='http://www.openstack.org/',
|
||||
license='Apache Software License',
|
||||
packages=['oslo.config'],
|
||||
packages=['oslo', 'oslo.config'],
|
||||
namespace_packages=['oslo'],
|
||||
cmdclass=setup.get_cmdclass(),
|
||||
install_requires=requires,
|
||||
|
Loading…
x
Reference in New Issue
Block a user