diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-07 17:59:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-07 18:04:56 +0200 |
commit | 6010f6cdbc163ec0892a5c533d70491bc27f2d85 (patch) | |
tree | 776a775a065cbb7e95bd41b12abcce44a50102dc /dev-python | |
parent | sys-block/nbdkit: drop WANT_LIBTOOL=none (diff) | |
download | gentoo-6010f6cdbc163ec0892a5c533d70491bc27f2d85.tar.gz gentoo-6010f6cdbc163ec0892a5c533d70491bc27f2d85.tar.bz2 gentoo-6010f6cdbc163ec0892a5c533d70491bc27f2d85.zip |
dev-python/httpbin: Unpin greenlet
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/httpbin/httpbin-0.10.1-r2.ebuild (renamed from dev-python/httpbin/httpbin-0.10.1-r1.ebuild) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/httpbin/httpbin-0.10.1-r1.ebuild b/dev-python/httpbin/httpbin-0.10.1-r2.ebuild index 452043b95db7..d6ccf0b5a75e 100644 --- a/dev-python/httpbin/httpbin-0.10.1-r1.ebuild +++ b/dev-python/httpbin/httpbin-0.10.1-r2.ebuild @@ -31,3 +31,9 @@ RDEPEND=" " distutils_enable_tests pytest + +src_prepare() { + # unpin greenlet + sed -i -e '/greenlet/d' pyproject.toml || die + distutils-r1_src_prepare +} |