summaryrefslogtreecommitdiffstats
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 65d8459..e3930ce 100644
--- a/meta-openstack/classes/rmargparse.bbclass
+++ b/meta-openstack/classes/rmargparse.bbclass
@@ -1,3 +1,3 @@
1do_install_append() { 1do_install:append() {
2 sed -i '/argparse/d' ${D}${libdir}/python2.7/site-packages/*/requires.txt 2 sed -i '/argparse/d' ${D}${libdir}/python2.7/site-packages/*/requires.txt
3} 3}