dev-python/python-magic: Permit building binpkg with file[python]
authorMichał Górny <mgorny@gentoo.org>
Thu, 28 May 2020 19:02:58 +0000 (21:02 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 28 May 2020 19:39:17 +0000 (21:39 +0200)
The 'sys-apps/file[-python]' dep is there only to prevent file
collisions, so there is no need to force it for pure package builds.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-magic/python-magic-0.4.15-r1.ebuild

index b152f45bad24198e9a8b4367ad2717fdec720797..47ed926109ab6760c49dd3b5f29fddde7060e97e 100644 (file)
@@ -20,7 +20,7 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="sys-apps/file[-python]"
 BDEPEND="
-       test? ( ${RDEPEND} )
+       test? ( sys-apps/file )
 "
 
 PATCHES=(