summaryrefslogtreecommitdiff
path: root/dev-python/python3-saml/python3-saml-1.10.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-14 18:56:29 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-14 22:29:54 +0100
commit2ad7ee11baf5af82f0e8a9342ffb325be18dcc20 (patch)
tree632ccfd72b6fa8d47c418b77460cffff145785b6 /dev-python/python3-saml/python3-saml-1.10.0.ebuild
parentc27df450ef086b9c6eb11f7c6c27bd3e3ad94c71 (diff)
downloadgentoo-2ad7ee11baf5af82f0e8a9342ffb325be18dcc20.tar.gz
gentoo-2ad7ee11baf5af82f0e8a9342ffb325be18dcc20.tar.bz2
gentoo-2ad7ee11baf5af82f0e8a9342ffb325be18dcc20.zip
dev-python/python3-saml: Add python@ as co-maint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python3-saml/python3-saml-1.10.0.ebuild')
-rw-r--r--dev-python/python3-saml/python3-saml-1.10.0.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/python3-saml/python3-saml-1.10.0.ebuild b/dev-python/python3-saml/python3-saml-1.10.0.ebuild
index c630f35c1399..ca0bb11a6cd7 100644
--- a/dev-python/python3-saml/python3-saml-1.10.0.ebuild
+++ b/dev-python/python3-saml/python3-saml-1.10.0.ebuild
@@ -28,3 +28,9 @@ BDEPEND="
"
distutils_enable_tests setup.py
+
+src_prepare() {
+ # unpin deps
+ sed -i -e 's:==:>=:' setup.py || die
+ distutils-r1_src_prepare
+}