dev-python/python-magic: MacOS module needed for tests, bug #659102

Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
Pacho Ramos
2018-06-28 20:42:15 +02:00
parent 74fe9102ca
commit af7dc54dcc

View File

@@ -20,6 +20,9 @@ RDEPEND="sys-apps/file[-python]"
DEPEND="${DEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
# Needs MacOS python module, bug #659102
RESTRICT="test"
python_test() {
esetup.py test
}