From: Matthew Thode Date: Fri, 1 Nov 2019 16:37:25 +0000 (-0500) Subject: app-admin/ansible: remove manifest.in removal X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=650b8df443387201e4a43b0a8d0f1df61349083b;p=gentoo.git app-admin/ansible: remove manifest.in removal Fixes: https://bugs.gentoo.org/699086 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode --- diff --git a/app-admin/ansible/ansible-2.9.0.ebuild b/app-admin/ansible/ansible-2.9.0.ebuild index ed9cfd72741c..29be3eba4da6 100644 --- a/app-admin/ansible/ansible-2.9.0.ebuild +++ b/app-admin/ansible/ansible-2.9.0.ebuild @@ -56,11 +56,6 @@ python_compile_all() { fi } -python_prepare_all() { - rm -fv MANIFEST.in || die - distutils-r1_python_prepare_all -} - python_test() { nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die } diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 64bfd8037602..fbd68a468346 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -57,11 +57,6 @@ python_compile_all() { fi } -python_prepare_all() { - rm -fv MANIFEST.in || die - distutils-r1_python_prepare_all -} - python_test() { nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die }