summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-11-01 11:37:25 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-11-01 12:03:56 -0500
commit650b8df443387201e4a43b0a8d0f1df61349083b (patch)
tree9537bc6cb0d1a56fb8e80e16058567ab3f7fbdb6
parentnet-wireless/iwd: add conditional ell dep (diff)
downloadgentoo-650b8df443387201e4a43b0a8d0f1df61349083b.tar.gz
gentoo-650b8df443387201e4a43b0a8d0f1df61349083b.tar.bz2
gentoo-650b8df443387201e4a43b0a8d0f1df61349083b.zip
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 <prometheanfire@gentoo.org>
-rw-r--r--app-admin/ansible/ansible-2.9.0.ebuild5
-rw-r--r--app-admin/ansible/ansible-9999.ebuild5
2 files changed, 0 insertions, 10 deletions
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
}