python3: split python3-urllib from python3-light
authorAlexandru Ardelean <redacted>
Tue, 26 Feb 2019 13:37:47 +0000 (15:37 +0200)
committerAlexandru Ardelean <redacted>
Tue, 26 Feb 2019 13:37:48 +0000 (15:37 +0200)
commit82981d1d55357acd2e88947f56ae124dc1971ae9
tree3e687fdbf35377f2fed5f794cef56eaf95485d19
parent3d35f152046b0ced01ac762e71d9beab9f387dd9
python3: split python3-urllib from python3-light

This is the result of this discussion:
  https://github.com/openwrt/packages/issues/8285

`urllib.request` requires the `email` module/lib, which was part of
python3-light.
This change moves the Lib/urllib folder from the python3-light into it's
own package, making it lighter. At least this way, users that want `urllib`
(on top of `python3-light`) will be forced to install it via opkg and this
will make sure `python3-email` gets installed as well.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python3/Makefile
lang/python/python3/files/python3-package-urllib.mk [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT