diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2021-01-29 01:32:54 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-30 10:29:14 +0700 |
commit | 8183a67a2414e0746b47d4b4d43c246c8bd804bb (patch) | |
tree | 8676c20a492c5f7bc01c51651f0e3d2c1f636b24 /libraries/python-ruamel.yaml/README | |
parent | 59ee771597582c667b66157d82f7d6c9e6635b52 (diff) |
libraries/python-ruamel.yaml: Add optional python3 support.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python-ruamel.yaml/README')
-rw-r--r-- | libraries/python-ruamel.yaml/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/python-ruamel.yaml/README b/libraries/python-ruamel.yaml/README index 28dd43dc008dd..91a1a822564ae 100644 --- a/libraries/python-ruamel.yaml/README +++ b/libraries/python-ruamel.yaml/README @@ -13,3 +13,5 @@ that preserves, among others: * flow style sequences ( ‘a: b, c, d’) * anchor names that are hand-crafted (i.e. not of the form``idNNN``) * merges in dictionaries are preserved + +Python3 is an optional dependency (autodetected). |