Skip to content

Commit

Permalink
dev-python/aldryn-bootstrap3: fixed bug 619464
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
Slawomir Lis committed May 23, 2017
1 parent 43e539e commit f95f05c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-python/aldryn-bootstrap3/aldryn-bootstrap3-1.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit f95f05c

Please sign in to comment.