dev-python/aldryn-bootstrap3: fixed bug 619464

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Slawomir Lis
2017-05-23 21:14:12 +02:00
parent 43e539e4a2
commit f95f05c7f0

View File

@@ -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
}