diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-06 18:15:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-08 01:41:57 +0700 |
commit | abf420233ad489fc02db3d8fc07fa21240118b28 (patch) | |
tree | a1dfce2eb9118a487afb5328fae88e25fe685003 /python/pathlib2/README | |
parent | 23b2d8945405857d2ef5b8191aa99a6c22762e73 (diff) |
python/pathlib2: Fix REQUIRES for python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pathlib2/README')
-rw-r--r-- | python/pathlib2/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pathlib2/README b/python/pathlib2/README index 8630108f29e06..4ae19c8621d4e 100644 --- a/python/pathlib2/README +++ b/python/pathlib2/README @@ -1,4 +1,4 @@ The old pathlib module on bitbucket is in bugfix-only mode. The goal of -pathlib2 is to provide a backport of standard pathlib module which tracks the -standard library module, so all the newest features of the standard pathlib -can be used also on older Python versions. +pathlib2 is to provide a backport of standard pathlib module which +tracks the standard library module, so all the newest features of the +standard pathlib can be used also on older Python versions. |