Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lang/python/python-babel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=python-babel
PKG_VERSION:=2.17.0
PKG_RELEASE:=1
PKG_RELEASE:=2

PYPI_NAME:=babel
PKG_HASH:=0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d
Expand Down Expand Up @@ -40,7 +40,6 @@ define Package/python3-babel
URL:=https://babel.pocoo.org/
DEPENDS:= \
+python3-decimal \
+python3-distutils \
+python3-email \
+python3-light \
+python3-logging \
Expand Down
6 changes: 3 additions & 3 deletions lang/python/python-docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=python-docker
PKG_VERSION:=7.1.0
PKG_RELEASE:=1
PKG_RELEASE:=2

PYPI_NAME:=docker
PKG_HASH:=ad8c70e6e3f8926cb8a92619b832b4ea5299e2831c14284663184e200546fa6c
Expand All @@ -25,8 +25,8 @@ define Package/python3-docker
TITLE:=A Python library for the Docker Engine API
URL:=https://github.com/docker/docker-py
DEPENDS:=\
+python3-light +python3-distutils +python3-logging \
+python3-openssl +python3-packaging +python3-paramiko +python3-six \
+python3-light +python3-logging +python3-openssl \
+python3-packaging +python3-paramiko +python3-six \
+python3-requests +python3-urllib3 +python3-websocket-client
endef

Expand Down
4 changes: 2 additions & 2 deletions lang/python/python-incremental/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=python-incremental
PKG_VERSION:=24.7.2
PKG_RELEASE:=1
PKG_RELEASE:=2

PYPI_NAME:=incremental
PKG_HASH:=fb4f1d47ee60efe87d4f6f0ebb5f70b9760db2b2574c59c8e8912be4ebd464c9
Expand All @@ -32,7 +32,7 @@ define Package/python3-incremental
SUBMENU:=Python
TITLE:=Versions your Python projects
URL:=https://github.com/twisted/incremental
DEPENDS:=+python3-light +python3-distutils +python3-pkg-resources
DEPENDS:=+python3-light +python3-pkg-resources
endef

define Package/python3-incremental/description
Expand Down
3 changes: 1 addition & 2 deletions net/fail2ban/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=fail2ban
PKG_VERSION:=1.1.0
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/fail2ban/fail2ban/tar.gz/$(PKG_VERSION)?
Expand All @@ -30,7 +30,6 @@ define Package/fail2ban
+nftables \
+python3-light \
+python3-ctypes \
+python3-distutils \
+python3-email \
+python3-logging \
+python3-sqlite3 \
Expand Down
3 changes: 1 addition & 2 deletions net/flent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=flent
PKG_VERSION:=2.2.0
PKG_RELEASE:=1
PKG_RELEASE:=2

PYPI_NAME:=flent
PKG_HASH:=04fc21de858863560423e79c822f405225f829afd8e5d62293099fbef341f9e8
Expand All @@ -26,7 +26,6 @@ define Package/flent
+python3-light \
+python3-uuid \
+python3-logging \
+python3-distutils \
+python3-defusedxml \
+flent-tools \
+netperf \
Expand Down
Loading