diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-13 07:01:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-13 07:08:32 +0200 |
commit | f008376fd75f439a6ac7ce20ad54da1eeb345057 (patch) | |
tree | 6d759eb2bb6bd6a274b63794cf84cfd3ca8f969a /dev-python/zeroconf | |
parent | dev-python/ijson: Bump to 3.2.1 (diff) | |
download | gentoo-f008376fd75f439a6ac7ce20ad54da1eeb345057.tar.gz gentoo-f008376fd75f439a6ac7ce20ad54da1eeb345057.tar.bz2 gentoo-f008376fd75f439a6ac7ce20ad54da1eeb345057.zip |
dev-python/zeroconf: Fail when extension build fails
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zeroconf')
-rw-r--r-- | dev-python/zeroconf/zeroconf-0.64.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/zeroconf/zeroconf-0.64.1.ebuild b/dev-python/zeroconf/zeroconf-0.64.1.ebuild index 417165c9efb4..547370f5f4c2 100644 --- a/dev-python/zeroconf/zeroconf-0.64.1.ebuild +++ b/dev-python/zeroconf/zeroconf-0.64.1.ebuild @@ -37,6 +37,8 @@ BDEPEND=" distutils_enable_tests pytest +export REQUIRE_CYTHON=1 + python_test() { local -x SKIP_IPV6=1 local EPYTEST_DESELECT=( |