commit: af7dc54dcc97303de8f61d472ba8e434d95145b2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 18:42:15 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 19:15:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7dc54d
dev-python/python-magic: MacOS module needed for tests, bug #659102
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/python-magic/python-magic-0.4.15.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/python-magic/python-magic-0.4.15.ebuild
b/dev-python/python-magic/python-magic-0.4.15.ebuild
index 273194ce5e4..ce7526237ac 100644
--- a/dev-python/python-magic/python-magic-0.4.15.ebuild
+++ b/dev-python/python-magic/python-magic-0.4.15.ebuild
@@ -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
}