summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-28 20:42:15 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-28 21:15:07 +0200
commitaf7dc54dcc97303de8f61d472ba8e434d95145b2 (patch)
treebe624a4ac1481b4940623b349bfea4144f73056e /dev-python/python-magic
parentmedia-video/gaupol: Drop old (diff)
downloadgentoo-af7dc54dcc97303de8f61d472ba8e434d95145b2.tar.gz
gentoo-af7dc54dcc97303de8f61d472ba8e434d95145b2.tar.bz2
gentoo-af7dc54dcc97303de8f61d472ba8e434d95145b2.zip
dev-python/python-magic: MacOS module needed for tests, bug #659102
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-python/python-magic')
-rw-r--r--dev-python/python-magic/python-magic-0.4.15.ebuild3
1 files changed, 3 insertions, 0 deletions
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 273194ce5e40..ce7526237acc 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
}