python,python3: do not package binary files to base packages 8263/head
authorKarel Kočí <karel.koci@nic.cz>
Wed, 20 Feb 2019 11:51:05 +0000 (12:51 +0100)
committerKarel Kočí <karel.koci@nic.cz>
Thu, 21 Feb 2019 08:33:49 +0000 (09:33 +0100)
commit7175b2b47d3cb06f7bd12351e4b748eec93d00b8
tree1b96cb281e5eb54cd3c8df297b905f626635d5bb
parent0265390c9224b1ca226f1b1d68dbd2259192b034
python,python3: do not package binary files to base packages

Thanks to fix 200a5a2eec896b2d34f1114d14df66d810c1f4bd all base packages
now contain all binaries that are generated as part of python
installation. That causes collision between those packages with package
managers that consider this such as Turris updater-ng. This is also just
wrong. Those binaries were not included and should not be after
mentioned fix as well.

This just adds empty install definition. The idea is to override the
default one that is otherwise used.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
lang/python/python/Makefile
lang/python/python3/Makefile