diff options
Diffstat (limited to 'python/suds-jurko/README')
-rw-r--r-- | python/suds-jurko/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/suds-jurko/README b/python/suds-jurko/README index 488a5481d0..3c88d60ff3 100644 --- a/python/suds-jurko/README +++ b/python/suds-jurko/README @@ -1,2 +1,10 @@ suds-jurko is a fork of suds, a lightweight SOAP-based web service client for Python. + +python3 is an optional dependency. + +If you want to build the package with python3 support +you have to pass the PYTHON3 parameter to the script +as follows: + + PYTHON3=yes ./suds-jurko.SlackBuild |