File tree Expand file tree Collapse file tree 5 files changed +8
-11
lines changed
Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
99
1010PKG_NAME: =python-babel
1111PKG_VERSION: =2.17.0
12- PKG_RELEASE: =1
12+ PKG_RELEASE: =2
1313
1414PYPI_NAME: =babel
1515PKG_HASH: =0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d
@@ -40,7 +40,6 @@ define Package/python3-babel
4040 URL:=https://babel.pocoo.org/
4141 DEPENDS:= \
4242 +python3-decimal \
43- +python3-distutils \
4443 +python3-email \
4544 +python3-light \
4645 +python3-logging \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22
33PKG_NAME: =python-docker
44PKG_VERSION: =7.1.0
5- PKG_RELEASE: =1
5+ PKG_RELEASE: =2
66
77PYPI_NAME: =docker
88PKG_HASH: =ad8c70e6e3f8926cb8a92619b832b4ea5299e2831c14284663184e200546fa6c
@@ -25,8 +25,8 @@ define Package/python3-docker
2525 TITLE:=A Python library for the Docker Engine API
2626 URL:=https://github.com/docker/docker-py
2727 DEPENDS:=\
28- +python3-light +python3-distutils +python3-logging \
29- +python3-openssl +python3- packaging +python3-paramiko +python3-six \
28+ +python3-light +python3-logging +python3-openssl \
29+ +python3-packaging +python3-paramiko +python3-six \
3030 +python3-requests +python3-urllib3 +python3-websocket-client
3131endef
3232
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
99
1010PKG_NAME: =python-incremental
1111PKG_VERSION: =24.7.2
12- PKG_RELEASE: =1
12+ PKG_RELEASE: =2
1313
1414PYPI_NAME: =incremental
1515PKG_HASH: =fb4f1d47ee60efe87d4f6f0ebb5f70b9760db2b2574c59c8e8912be4ebd464c9
@@ -32,7 +32,7 @@ define Package/python3-incremental
3232 SUBMENU:=Python
3333 TITLE:=Versions your Python projects
3434 URL:=https://github.com/twisted/incremental
35- DEPENDS:=+python3-light +python3-distutils +python3- pkg-resources
35+ DEPENDS:=+python3-light +python3-pkg-resources
3636endef
3737
3838define Package/python3-incremental/description
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
77
88PKG_NAME: =fail2ban
99PKG_VERSION: =1.1.0
10- PKG_RELEASE: =1
10+ PKG_RELEASE: =2
1111
1212PKG_SOURCE: =$(PKG_NAME ) -$(PKG_VERSION ) .tar.gz
1313PKG_SOURCE_URL: =https://codeload.github.com/fail2ban/fail2ban/tar.gz/$(PKG_VERSION ) ?
@@ -30,7 +30,6 @@ define Package/fail2ban
3030 +nftables \
3131 +python3-light \
3232 +python3-ctypes \
33- +python3-distutils \
3433 +python3-email \
3534 +python3-logging \
3635 +python3-sqlite3 \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22
33PKG_NAME: =flent
44PKG_VERSION: =2.2.0
5- PKG_RELEASE: =1
5+ PKG_RELEASE: =2
66
77PYPI_NAME: =flent
88PKG_HASH: =04fc21de858863560423e79c822f405225f829afd8e5d62293099fbef341f9e8
@@ -26,7 +26,6 @@ define Package/flent
2626 +python3-light \
2727 +python3-uuid \
2828 +python3-logging \
29- +python3-distutils \
3029 +python3-defusedxml \
3130 +flent-tools \
3231 +netperf \
You can’t perform that action at this time.
0 commit comments