summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Thibaut Notteboom <thibaut.notteboom@gmail.com>2015-10-19 01:28:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-19 01:28:58 +0700
commitb61681f0e3b72d80bb322e22933b694820e9731e (patch)
treec610ff561a06c5b1e2cf5d6cebcfe8fd4e14e5b8 /python
parent191352f109efe062f09a50841f7cad33d3a28d02 (diff)
downloadslackbuilds-b61681f0e3b72d80bb322e22933b694820e9731e.tar.gz
slackbuilds-b61681f0e3b72d80bb322e22933b694820e9731e.tar.xz
python/dhcpy6d: Update README about optional dependencies.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/dhcpy6d/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/dhcpy6d/README b/python/dhcpy6d/README
index c54af0e843..7db541df80 100644
--- a/python/dhcpy6d/README
+++ b/python/dhcpy6d/README
@@ -4,3 +4,5 @@ days. It allows easy dualstack transistion, addresses may be generated
randomly, by range, by arbitrary ID or MAC address. Clients can get
more than one address, leases and client configuration can be stored
in databases and DNS can be updated dynamically.
+
+MySQL-python and dnspython are optional dependencies.