dev-python/python-magic: MacOS module needed for tests, bug #659102
authorPacho Ramos <pacho@gentoo.org>
Thu, 28 Jun 2018 18:42:15 +0000 (20:42 +0200)
committerPacho Ramos <pacho@gentoo.org>
Thu, 28 Jun 2018 19:15:07 +0000 (21:15 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-python/python-magic/python-magic-0.4.15.ebuild

index 273194ce5e40feedf251c06df11918951aea9daf..ce7526237acc4874e6d93d491f9846e307723400 100644 (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
 }