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>
Thu, 24 Aug 2023 17:47:42 +0000 (01:47 +0800)
commit87631ecdd4ece794ae600d35e259cc1227795313
tree78a9ac222b9ebe8905b69c3937ce916f8e250003
parent09e06f959414ae968a2a6fd2ef9ffd182009a94b
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>
lang/python/python3/Makefile