python3: Use regular package recipes for python3 package
authorJeffery To <jeffery.to@gmail.com>
Mon, 3 Jul 2023 14:34:48 +0000 (22:34 +0800)
committerJeffery To <jeffery.to@gmail.com>
Tue, 5 Sep 2023 04:41:10 +0000 (12:41 +0800)
commitdc08776ef38497e5d74958b3324728e1abf6c0b5
tree43f59a2a605f9ae665142ef22be60507245cf3f7
parent1ed72c911553e2ca2030b50489d3c7b0969c78c6
python3: Use regular package recipes for python3 package

There is no need to use Py3Package for python3 as it does not package
any Python files; it is an empty package with dependencies to install
the full Python installation.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 87631ecdd4ece794ae600d35e259cc1227795313)
lang/python/python3/Makefile