diff options
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 |
commit | b61681f0e3b72d80bb322e22933b694820e9731e (patch) | |
tree | c610ff561a06c5b1e2cf5d6cebcfe8fd4e14e5b8 /python/dhcpy6d | |
parent | 191352f109efe062f09a50841f7cad33d3a28d02 (diff) | |
download | slackbuilds-b61681f0e3b72d80bb322e22933b694820e9731e.tar.gz |
python/dhcpy6d: Update README about optional dependencies.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/dhcpy6d')
-rw-r--r-- | python/dhcpy6d/README | 2 |
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. |