aboutsummaryrefslogtreecommitdiff
path: root/python/python3-incremental/README
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2025-02-10 14:40:38 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-02-15 08:30:09 +0700
commita0c6c0d4f1eff2c9fbaf5cc8238f2b2a3e9b429a (patch)
treeed2fd681436cad634f793c70281bff37c1b5bc36 /python/python3-incremental/README
parentfc7128c8c370405b30e03fd8f9fa22871f3ba04c (diff)
python/python3-incremental: README update
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-incremental/README')
-rw-r--r--python/python3-incremental/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-incremental/README b/python/python3-incremental/README
index 799a08d258..9033ee5102 100644
--- a/python/python3-incremental/README
+++ b/python/python3-incremental/README
@@ -1 +1,7 @@
Incremental is a small library that versions your Python projects.
+
+Beware, since 24.7 release, this packages interferes with some*
+other builds, which were fine with stock setuptools.
+You can either remove python3-incremental before building, or
+export PYTHONPATH=/opt/python$PYVER/site-packages
+with PYVER set to your python3 version.