diff options
Diffstat (limited to 'python/bsddb3/README')
-rw-r--r-- | python/bsddb3/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/bsddb3/README b/python/bsddb3/README index 0dd2394514..1d63c26b04 100644 --- a/python/bsddb3/README +++ b/python/bsddb3/README @@ -8,3 +8,9 @@ objects can use various access methods: btree, hash, recno, and queue. Complete support of Berkeley DB distributed transactions. Complete support for Berkeley DB Replication Manager. Complete support for Berkeley DB Base Replication. Support for RPC. + + +python3 is an optional dependency. You need to set PYTHON3=yes, +for example: + + PYTHON3=yes ./bsddb3.SlackBuild |