summaryrefslogtreecommitdiff
path: root/dev-python/bcrypt
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-17 06:58:15 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-17 06:58:15 +0000
commitf767356f836788e2bb2843072155579fe8d8d214 (patch)
tree7ed4bc0347769cc58f966a3ab53cae3e75399b50 /dev-python/bcrypt
parent7d8a02204b7c59272f37d78bce96892db4bcb5e1 (diff)
downloadbaldeagleos-repo-f767356f836788e2bb2843072155579fe8d8d214.tar.gz
baldeagleos-repo-f767356f836788e2bb2843072155579fe8d8d214.tar.xz
baldeagleos-repo-f767356f836788e2bb2843072155579fe8d8d214.zip
Adding metadata
Diffstat (limited to 'dev-python/bcrypt')
-rw-r--r--dev-python/bcrypt/bcrypt-4.3.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/bcrypt/bcrypt-4.3.0.ebuild b/dev-python/bcrypt/bcrypt-4.3.0.ebuild
index f22219fa60e9..6629c7540da5 100644
--- a/dev-python/bcrypt/bcrypt-4.3.0.ebuild
+++ b/dev-python/bcrypt/bcrypt-4.3.0.ebuild
@@ -95,6 +95,7 @@ src_prepare() {
}
python_configure_all() {
+ export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
# Workaround for sys-cluster/ceph (bug #920906)
# https://github.com/pyca/bcrypt/issues/694
# https://github.com/PyO3/pyo3/issues/3451