mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
twisted: Rename package, fix errors
This renames the Python 2 twisted package to python-twisted, and updates dependents (i.e. obfsproxy) to reference the updated name. This also fixes conflicts between the Python 2 and 3 packages. Twisted installs some scripts to /usr/bin, and previously scripts for both packages used the same names. This adds a "3" suffix to scripts installed by python3-twisted. This also adds python[3]-setuptools as a dependency, as the scripts installed to /usr/bin depend on pkg_resources (part of setuptools). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user