nova: install migrate.cfg
This commit is contained in:
parent
6663598a45
commit
8a4f01c139
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ pythonPackages.buildPythonPackage rec {
|
|||
sha256 = "175n1znvmy8f5vqvabc2fa4qy8y17685z4gzpq8984mdsdnpv21w";
|
||||
};
|
||||
|
||||
# otherwise migrate.cfg is not installed
|
||||
patchPhase = ''
|
||||
echo "graft nova" >> MANIFEST.in
|
||||
'';
|
||||
|
||||
# https://github.com/openstack/nova/blob/stable/liberty/requirements.txt
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
pbr sqlalchemy_1_0 boto decorator eventlet jinja2 lxml routes cryptography
|
||||
|
|
Loading…
Reference in a new issue