From: Andy Walsh Date: Sun, 12 Aug 2018 18:59:01 +0000 (+0200) Subject: python/twisted: switch to libtirpc X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7e890ac5654eda2b392fa24844564f8f2643a0a8;p=feed%2Fpackages.git python/twisted: switch to libtirpc Signed-off-by: Andy Walsh --- diff --git a/lang/python/twisted/Makefile b/lang/python/twisted/Makefile index 35b78172bf..5df2f662f0 100644 --- a/lang/python/twisted/Makefile +++ b/lang/python/twisted/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=twisted PKG_VERSION:=18.4.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=Twisted-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/T/Twisted PKG_HASH:=a4cc164a781859c74de47f17f0e85f4bce8a3321a9d0892c015c8f80c4158ad9 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-twisted-$(PKG_VERSION) -PKG_BUILD_DEPENDS:=USE_MUSL:librpc +PKG_BUILD_DEPENDS:=libtirpc PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE