commit: f95f05c7f0442f889c0e7a10120ca5668a59eb99
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 19:14:12 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue May 23 19:14:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95f05c7
dev-python/aldryn-bootstrap3: fixed bug 619464
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/aldryn-bootstrap3/aldryn-bootstrap3-1.2.2.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/aldryn-bootstrap3/aldryn-bootstrap3-1.2.2.ebuild
b/dev-python/aldryn-bootstrap3/aldryn-bootstrap3-1.2.2.ebuild
index c0e83bc6eb3..3f1bba56ced 100644
--- a/dev-python/aldryn-bootstrap3/aldryn-bootstrap3-1.2.2.ebuild
+++ b/dev-python/aldryn-bootstrap3/aldryn-bootstrap3-1.2.2.ebuild
@@ -27,3 +27,8 @@ DEPEND="
${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"
+
+src_prepare() {
+ sed -i 's/find_packages()/find_packages(exclude=["tests"])/g'
"${S}/setup.py"
+ eapply_user
+}