summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/bcrypt')
-rw-r--r--dev-python/bcrypt/bcrypt-4.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bcrypt/bcrypt-4.2.0-r1.ebuild b/dev-python/bcrypt/bcrypt-4.2.0-r1.ebuild
index f2f6e6cf8b84..4dbf28e070d9 100644
--- a/dev-python/bcrypt/bcrypt-4.2.0-r1.ebuild
+++ b/dev-python/bcrypt/bcrypt-4.2.0-r1.ebuild
@@ -77,7 +77,7 @@ distutils_enable_tests pytest
export UNSAFE_PYO3_SKIP_VERSION_CHECK=1
-python_configure() {
+python_configure_all() {
# Workaround for sys-cluster/ceph (bug #920906)
# https://github.com/pyca/bcrypt/issues/694
# https://github.com/PyO3/pyo3/issues/3451