openstack p2, newton is done, will add heat later

This commit is contained in:
Matthew Thode
2016-09-30 18:43:23 -05:00
parent 99223088f7
commit b54a183dd8
103 changed files with 2887 additions and 336 deletions

View File

@@ -43,8 +43,7 @@ RDEPEND="
python_prepare_all() {
# Delete spurious data in requirements.txt
sed -e '/^pbr/d' -e '/^argparse/d' \
-i requirements.txt || die
sed -e '/^pbr/d' -i requirements.txt || die
distutils-r1_python_prepare_all
}