blob: 9033ee51026e4a372610a2014dfb83ca97bdde58 (
plain)
1
2
3
4
5
6
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.
|