summaryrefslogtreecommitdiff
path: root/dev-python/httpbin
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-29 13:23:52 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-29 13:23:52 +0000
commit78ab2ffaa3c007ab6868a141be142b66c605ea49 (patch)
tree87873690c8aa323b34e1264dfd45a1191eb26d42 /dev-python/httpbin
parent4ac9d95b9cabcb380254e7c7f1060a3c281c83a3 (diff)
downloadbaldeagleos-repo-78ab2ffaa3c007ab6868a141be142b66c605ea49.tar.gz
baldeagleos-repo-78ab2ffaa3c007ab6868a141be142b66c605ea49.tar.xz
baldeagleos-repo-78ab2ffaa3c007ab6868a141be142b66c605ea49.zip
Adding metadata
Diffstat (limited to 'dev-python/httpbin')
-rw-r--r--dev-python/httpbin/httpbin-0.7.0-r5.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/httpbin/httpbin-0.7.0-r5.ebuild b/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
index b80de7ffe342..22f39e31b0b0 100644
--- a/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
+++ b/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
@@ -50,6 +50,10 @@ src_prepare() {
sed -e 's:test_redirect:_&:' \
-e 's:test_relative:_&:' \
-i test_httpbin.py || die
+ # broken
+ sed -e 's:test_digest_auth:_&:' \
+ -e 's:test_base64:_&:' \
+ -i test_httpbin.py || die
distutils-r1_src_prepare
}