mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 08:04:32 +04:00
zope-interface: update to 4.4.3, rename to python-zope-interface, add
python3 variant Renaming the package is needed to allow for a Python 3 variant (python3-zope-interface). Packages that depend on this (only twisted) also have their dependencies adjusted. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=twisted
|
||||
PKG_VERSION:=16.4.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=Twisted-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=https://pypi.python.org/packages/6b/23/8dbe86fc83215015e221fbd861a545c6ec5c9e9cd7514af114d1f64084ab \
|
||||
@@ -32,7 +32,7 @@ define Package/twisted
|
||||
CATEGORY:=Languages
|
||||
TITLE:=Python networking engine
|
||||
URL:=http://twistedmatrix.com/
|
||||
DEPENDS:=+python-light +zope-interface
|
||||
DEPENDS:=+python-light +python-zope-interface
|
||||
endef
|
||||
|
||||
define Package/twisted/description
|
||||
|
||||
Reference in New Issue
Block a user