mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 17:11:21 +00:00
multiple-python-packages: Update package data
This updates the Python 2 and 3 versions of each package to share the same title field. (For packages that only had this change, their PKG_RELEASE were not incremented.) This also updates the package title, url and source urls, where necessary. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -29,12 +29,12 @@ define Package/python-ipaddress/Default
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
TITLE:=Python 3.3+'s ipaddress
|
||||
URL:=https://github.com/phihag/ipaddress
|
||||
endef
|
||||
|
||||
define Package/python-ipaddress
|
||||
$(call Package/python-ipaddress/Default)
|
||||
TITLE:=Python 3.3+'s ipaddress
|
||||
DEPENDS:=+PACKAGE_python-ipaddress:python-light
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user