neutron: include migrations upon install

This commit is contained in:
Domen Kožar 2015-11-05 19:23:16 +01:00
parent 3d87c5f9c3
commit cb30c3a95e

View file

@ -28,6 +28,11 @@ pythonPackages.buildPythonPackage rec {
oslo-versionedobjects
];
# make sure we include migrations
patchPhase = ''
echo "graft neutron" >> MANIFEST.in
'';
buildInputs = with pythonPackages; [
cliff coverage fixtures mock subunit requests-mock oslosphinx testrepository
testtools testresources testscenarios webtest oslotest os-testr tempest-lib