diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-15 22:41:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-15 22:48:40 +0200 |
commit | 4183a3348b0caffcdb97668668096530ef211e68 (patch) | |
tree | 3ad9c5238cad096d750dc617c6834896f35b4d15 /dev-python/pycares | |
parent | x11-libs/motif: EAPI 7 bump (diff) | |
download | gentoo-4183a3348b0caffcdb97668668096530ef211e68.tar.gz gentoo-4183a3348b0caffcdb97668668096530ef211e68.tar.bz2 gentoo-4183a3348b0caffcdb97668668096530ef211e68.zip |
dev-python/pycares: Restore RESTRICT=test
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycares')
-rw-r--r-- | dev-python/pycares/pycares-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycares/pycares-4.0.0.ebuild b/dev-python/pycares/pycares-4.0.0.ebuild index 7438fd24ca26..7fa1aa40f432 100644 --- a/dev-python/pycares/pycares-4.0.0.ebuild +++ b/dev-python/pycares/pycares-4.0.0.ebuild @@ -15,7 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" # Tests fail with network-sandbox, since they try to resolve google.com -#RESTRICT="test" +RESTRICT="test" DEPEND="net-dns/c-ares" BDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]" |