summaryrefslogtreecommitdiff
path: root/dev-python/httpbin
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-07 18:33:42 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-07 18:33:42 +0000
commite3c8790ba7a4fd6239f0f5e85ae08fdf2fa545c2 (patch)
treed153572d8b9166fb33ffdb200ac1eac58d4c6a12 /dev-python/httpbin
parentac6999787ec79739d8811bc31b14b4baf31bfbd3 (diff)
downloadbaldeagleos-repo-e3c8790ba7a4fd6239f0f5e85ae08fdf2fa545c2.tar.gz
baldeagleos-repo-e3c8790ba7a4fd6239f0f5e85ae08fdf2fa545c2.tar.xz
baldeagleos-repo-e3c8790ba7a4fd6239f0f5e85ae08fdf2fa545c2.zip
Adding metadata
Diffstat (limited to 'dev-python/httpbin')
-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 81ce3bd28b1e..a67dbe63d6d5 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
+}