diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2022-11-17 21:23:09 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:08:09 +0700 |
commit | 706a64bbf429e5f7c0f347f20ff45acf91fc4ed3 (patch) | |
tree | e80694b24a342ca008730086891acbf4631b8e71 /python/functools-lru-cache | |
parent | a98369c957025d6d9cb9a0a7c378eb7ba85bd801 (diff) |
python/functools-lru-cache: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/functools-lru-cache')
-rw-r--r-- | python/functools-lru-cache/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/functools-lru-cache/README b/python/functools-lru-cache/README index 037d48ee75d07..4137d3181e047 100644 --- a/python/functools-lru-cache/README +++ b/python/functools-lru-cache/README @@ -1,2 +1,4 @@ This is a backport of functools.lru_cache from Python 3.3 as published at ActiveState. + +NOTE: python-toml is a build-time requirement only. |