From: Alexandru Ardelean Date: Wed, 15 Jul 2026 08:48:29 +0000 (+0300) Subject: python-paramiko: drop package X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7db4f7bb691f2292dc39398f09ac4b897a0c98d1;p=openwrt-packages.git python-paramiko: drop package There are no longer packages that need this. This offers advanced SSH functions in Python. But for OpenWrt's context it may work with just using ssh commands with the subprocess package. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-paramiko/Makefile b/lang/python/python-paramiko/Makefile deleted file mode 100644 index 7c381749f..000000000 --- a/lang/python/python-paramiko/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -include $(TOPDIR)/rules.mk - -PKG_NAME:=python-paramiko -PKG_VERSION:=2.12.0 -PKG_RELEASE:=2 - -PYPI_NAME:=paramiko -PKG_HASH:=376885c05c5d6aa6e1f4608aac2a6b5b0548b1add40274477324605903d9cd49 - -PKG_MAINTAINER:=Javier Marcet -PKG_LICENSE:=LGPL-2.1-or-later -PKG_LICENSE_FILES:=LICENSE -PKG_CPE_ID:=cpe:/a:paramiko:paramiko - -include ../pypi.mk -include $(INCLUDE_DIR)/package.mk -include ../python3-package.mk - -define Package/python3-paramiko - SECTION:=lang - CATEGORY:=Languages - SUBMENU:=Python - TITLE:=SSH2 protocol library - URL:=https://github.com/paramiko/paramiko/ - DEPENDS:=+python3-light +python3-logging +python3-bcrypt \ - +python3-cryptography +python3-openssl +python3-pynacl -endef - -define Package/python3-paramiko/description - Paramiko is a Python (2.7, 3.4+) implementation of the SSHv2 protocol, - providing both client and server functionality. While it leverages a Python - C extension for low level cryptography (Cryptography), Paramiko itself is a - pure Python interface around SSH networking concepts. -endef - -$(eval $(call Py3Package,python3-paramiko)) -$(eval $(call BuildPackage,python3-paramiko)) -$(eval $(call BuildPackage,python3-paramiko-src))