Browse Source

Merge pull request #8240 from jefferyto/python-twisted

twisted: Rename package, fix errors
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
9c82fc1136
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 24 deletions
  1. +30
    -22
      lang/python/python-twisted/Makefile
  2. +0
    -0
      lang/python/python-twisted/patches/001-omit-tkconch.patch
  3. +0
    -0
      lang/python/python-twisted/patches/002-omit-tests.patch
  4. +2
    -2
      net/obfsproxy/Makefile

lang/python/twisted/Makefile → lang/python/python-twisted/Makefile View File


lang/python/twisted/patches/001-omit-tkconch.patch → lang/python/python-twisted/patches/001-omit-tkconch.patch View File


lang/python/twisted/patches/002-omit-tests.patch → lang/python/python-twisted/patches/002-omit-tests.patch View File


+ 2
- 2
net/obfsproxy/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=obfsproxy
PKG_VERSION:=0.2.13
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/o/obfsproxy
@ -27,7 +27,7 @@ define Package/obfsproxy
CATEGORY:=Network
TITLE:=A pluggable transport proxy written in Python
URL:=https://www.torproject.org/projects/obfsproxy.html.en
DEPENDS:=+python-light +python-crypto +python-pyptlib +python-setuptools +python-yaml +twisted
DEPENDS:=+python-light +python-crypto +python-pyptlib +python-setuptools +python-twisted +python-yaml
endef
define Package/obfsproxy/description


Loading…
Cancel
Save