aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/classes/rmargparse.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/classes/rmargparse.bbclass')
-rw-r--r--meta-openstack/classes/rmargparse.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/classes/rmargparse.bbclass b/meta-openstack/classes/rmargparse.bbclass
index 65d84595..e3930cea 100644
--- a/meta-openstack/classes/rmargparse.bbclass
+++ b/meta-openstack/classes/rmargparse.bbclass
@@ -1,3 +1,3 @@
-do_install_append() {
+do_install:append() {
sed -i '/argparse/d' ${D}${libdir}/python2.7/site-packages/*/requires.txt
}