Since Python 3.5 the Python executable and the PIP package manager are two separate apps. The default dependency for apps of typ python3-package should now be Bench.Python3.Pip instead of Bench.Python3.
For now, the auto depency stays at Bench.Python3 and a cyclic dependency between Bench.Python3 and Bench.Python3.Pip makes sure that PIP is always installed with Python 3.
Since Python 3.5 the Python executable and the PIP package manager are two separate apps. The default dependency for apps of typ
python3-package
should now beBench.Python3.Pip
instead ofBench.Python3
.