diff options
Diffstat (limited to 'python/python3-incremental/README')
-rw-r--r-- | python/python3-incremental/README | 6 |
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. |