diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-22 11:26:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-22 12:44:23 +0100 |
commit | a805c4984b33f7de22bb944e7ef786ad2f9a1fe4 (patch) | |
tree | 6600d5358f7f3b150d1fae33e63136111b39e40e /dev-python/brotlipy | |
parent | net-ftp/filezilla: Use sub-slot dep for dev-libs/libfilezilla (diff) | |
download | gentoo-a805c4984b33f7de22bb944e7ef786ad2f9a1fe4.tar.gz gentoo-a805c4984b33f7de22bb944e7ef786ad2f9a1fe4.tar.bz2 gentoo-a805c4984b33f7de22bb944e7ef786ad2f9a1fe4.zip |
dev-python/brotlipy: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/brotlipy')
-rw-r--r-- | dev-python/brotlipy/brotlipy-0.7.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild b/dev-python/brotlipy/brotlipy-0.7.0.ebuild index 36eac2049049..dc21af28ce4e 100644 --- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild +++ b/dev-python/brotlipy/brotlipy-0.7.0.ebuild @@ -21,6 +21,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]" DEPEND=" |