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