diff options
Diffstat (limited to 'dev-python/hpack/hpack-3.0.0.ebuild')
-rw-r--r-- | dev-python/hpack/hpack-3.0.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild index 65570c88f59d..d6235dee735d 100644 --- a/dev-python/hpack/hpack-3.0.0.ebuild +++ b/dev-python/hpack/hpack-3.0.0.ebuild @@ -26,6 +26,10 @@ DEPEND="${RDEPEND} ) " +PATCHES=( + "${FILESDIR}"/hpack-3.0.0-hypothesis-healthcheck.patch +) + python_prepare_all() { # Remove a test that is not part of the mainstream tests # Also, it's data directory is not included in the release |