commit: cec517f26dd6ccdfaa5ceea82510ce552847b78c Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Apr 15 20:28:39 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Apr 15 20:28:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec517f2
app-crypt/certbot: Sync live ebuild Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-crypt/certbot/certbot-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index cd8043d4830..83a75c2e06b 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -47,6 +47,11 @@ DEPEND=" dev-python/wheel[${PYTHON_USEDEP}] )" +python_prepare_all() { + sed -i -e "/'argparse',/d" setup.py || die + distutils-r1_python_prepare_all +} + python_test() { nosetests -v ${PN} || die }