python,python3: Fix calling default PyPackage/install 8241/head
authorJeffery To <jeffery.to@gmail.com>
Mon, 18 Feb 2019 08:23:45 +0000 (16:23 +0800)
committerJeffery To <jeffery.to@gmail.com>
Mon, 18 Feb 2019 08:33:26 +0000 (16:33 +0800)
commit200a5a2eec896b2d34f1114d14df66d810c1f4bd
tree0e8bf815ee772a97246a5b9e83ce37336ce98c63
parenta0172009fbb1769e3a840c8afdc0269c08b2788f
python,python3: Fix calling default PyPackage/install

This fixes Package/*/install to call PyPackage/*/install correctly.
Previously, if a package used the default PyPackage/*/install, then it
would not called. (A custom-defined PyPackage/*/install would be called
with no issue.)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python-package.mk
lang/python/python3-package.mk