app-emulation/cloud-init: don't use argparse or hacking
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 20 Aug 2016 16:44:04 +0000 (11:44 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 20 Aug 2016 16:44:04 +0000 (11:44 -0500)
Package-Manager: portage-2.2.28

app-emulation/cloud-init/cloud-init-0.7.7.ebuild

index 1453bb7303fc1db4d570c66a1763ea8260ba6d5c..9a770c9b0f6c377808277bc23576dceb3f681e90 100644 (file)
@@ -52,6 +52,8 @@ RDEPEND="
 PATCHES=( "${FILESDIR}/cloud-init-0.7.7-gentooinit.patch" )
 
 python_prepare_all() {
+       sed -i '/^argparse/d' requirements.txt || die
+       sed -i '/^hacking/d' test-requirements.txt || die
        distutils-r1_python_prepare_all
 }