Browse Source

Merge pull request #8307 from commodo/python3-split-urllib

python3: split python3-urllib from python3-light
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
b710d098f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions
  1. +1
    -1
      lang/python/python3/Makefile
  2. +16
    -0
      lang/python/python3/files/python3-package-urllib.mk

+ 1
- 1
lang/python/python3/Makefile View File

@ -14,7 +14,7 @@ PYTHON_VERSION:=$(PYTHON3_VERSION)
PYTHON_VERSION_MICRO:=$(PYTHON3_VERSION_MICRO)
PKG_NAME:=python3
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz


+ 16
- 0
lang/python/python3/files/python3-package-urllib.mk View File

@ -0,0 +1,16 @@
#
# Copyright (C) 2019 Alexandru Ardelean <ardeleanalex@gmail.com>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Package/python3-urllib
$(call Package/python3/Default)
TITLE:=Python $(PYTHON3_VERSION) URL library module
DEPENDS:=+python3-light +python3-email
endef
$(eval $(call Py3BasePackage,python3-urllib, \
/usr/lib/python$(PYTHON3_VERSION)/urllib \
))

Loading…
Cancel
Save