diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-08-20 11:44:04 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-08-20 11:44:04 -0500 |
commit | c791298c0bff83d31db6568ba095dd0bb759fc83 (patch) | |
tree | 1e0be21b3121a81d313123dd6b31de0cd8228292 /app-emulation/cloud-init | |
parent | www-client/google-chrome-unstable: automated update (diff) | |
download | gentoo-c791298c0bff83d31db6568ba095dd0bb759fc83.tar.gz gentoo-c791298c0bff83d31db6568ba095dd0bb759fc83.tar.bz2 gentoo-c791298c0bff83d31db6568ba095dd0bb759fc83.zip |
app-emulation/cloud-init: don't use argparse or hacking
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation/cloud-init')
-rw-r--r-- | app-emulation/cloud-init/cloud-init-0.7.7.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/cloud-init/cloud-init-0.7.7.ebuild b/app-emulation/cloud-init/cloud-init-0.7.7.ebuild index 1453bb7303fc..9a770c9b0f6c 100644 --- a/app-emulation/cloud-init/cloud-init-0.7.7.ebuild +++ b/app-emulation/cloud-init/cloud-init-0.7.7.ebuild @@ -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 } |