neutron: include migrations upon install
This commit is contained in:
parent
3d87c5f9c3
commit
cb30c3a95e
@ -28,6 +28,11 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
oslo-versionedobjects
|
oslo-versionedobjects
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# make sure we include migrations
|
||||||
|
patchPhase = ''
|
||||||
|
echo "graft neutron" >> MANIFEST.in
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs = with pythonPackages; [
|
buildInputs = with pythonPackages; [
|
||||||
cliff coverage fixtures mock subunit requests-mock oslosphinx testrepository
|
cliff coverage fixtures mock subunit requests-mock oslosphinx testrepository
|
||||||
testtools testresources testscenarios webtest oslotest os-testr tempest-lib
|
testtools testresources testscenarios webtest oslotest os-testr tempest-lib
|
||||||
|
Loading…
Reference in New Issue
Block a user