summaryrefslogtreecommitdiffstats
path: root/development/robotframework/README
diff options
context:
space:
mode:
author Markus Rinne <markus.ka.rinne@gmail.com>2021-03-12 17:42:04 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-03-13 08:37:40 +0700
commitef5aed19c4e7fe784de9fc5260e3c1722d759546 (patch)
tree166fa47ed9e383da41566b893e4a974602da7c32 /development/robotframework/README
parentf97206f39090e06904b9a0a1d6434928e9bfb8eb (diff)
downloadslackbuilds-ef5aed19c4e7fe784de9fc5260e3c1722d759546.tar.gz
slackbuilds-ef5aed19c4e7fe784de9fc5260e3c1722d759546.tar.xz
development/robotframework: Updated for version 4.0.
This commit also: * Adds Python 3 support. * Adds README.rst installation. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/robotframework/README')
-rw-r--r--development/robotframework/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/development/robotframework/README b/development/robotframework/README
index 1282951008..82582b87c6 100644
--- a/development/robotframework/README
+++ b/development/robotframework/README
@@ -5,3 +5,5 @@ testing approach. Its testing capabilities can be extended by test
libraries implemented either with Python or Java, and users can create
new higher-level keywords from existing ones using the same syntax that
is used for creating test cases.
+
+python3 is an optional dependency. It is needed for Python 3 support.