tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
neutron: include migrations upon install
Domen Kožar
10 years ago
cb30c3a9
3d87c5f9
+5
1 changed file
expand all
collapse all
unified
split
pkgs
applications
virtualization
openstack
neutron.nix
+5
pkgs/applications/virtualization/openstack/neutron.nix
···
28
oslo-versionedobjects
29
];
30
0
0
0
0
0
31
buildInputs = with pythonPackages; [
32
cliff coverage fixtures mock subunit requests-mock oslosphinx testrepository
33
testtools testresources testscenarios webtest oslotest os-testr tempest-lib
···
28
oslo-versionedobjects
29
];
30
31
+
# make sure we include migrations
32
+
patchPhase = ''
33
+
echo "graft neutron" >> MANIFEST.in
34
+
'';
35
+
36
buildInputs = with pythonPackages; [
37
cliff coverage fixtures mock subunit requests-mock oslosphinx testrepository
38
testtools testresources testscenarios webtest oslotest os-testr tempest-lib