summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Serban Udrea2022-11-17 22:23:09 +0100
committer Willy Sudiarto Raharjo2022-11-19 04:08:09 +0100
commit706a64bbf429e5f7c0f347f20ff45acf91fc4ed3 (patch)
treee80694b24a342ca008730086891acbf4631b8e71
parenta98369c957025d6d9cb9a0a7c378eb7ba85bd801 (diff)
downloadslackbuilds-706a64bbf429e5f7c0f347f20ff45acf91fc4ed3.tar.gz
python/functools-lru-cache: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/functools-lru-cache/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/functools-lru-cache/README b/python/functools-lru-cache/README
index 037d48ee75..4137d3181e 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.