summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/httpx/httpx-0.22.0-r3.ebuild')
-rw-r--r--dev-python/httpx/httpx-0.22.0-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpx/httpx-0.22.0-r3.ebuild b/dev-python/httpx/httpx-0.22.0-r3.ebuild
index 9575afbcd90f..f0f06597e614 100644
--- a/dev-python/httpx/httpx-0.22.0-r3.ebuild
+++ b/dev-python/httpx/httpx-0.22.0-r3.ebuild
@@ -54,7 +54,7 @@ distutils_enable_tests pytest
src_prepare() {
# unpin deps
- sed -i -e 's:==[0-9.*]*::' -e 's:,<[0-9.]*::' setup.py || die
+ sed -i -e 's:==[0-9.*]\+::' -e 's:,<[0-9.]\+::' setup.py || die
if ! use cli; then
sed -i -e '/console_scripts/d' setup.py || die
fi