nova: install migrate.cfg

This commit is contained in:
Domen Kožar 2015-11-04 11:53:49 +01:00
parent 6663598a45
commit 8a4f01c139

View file

@ -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