Skip to content

Commit ae00b3e

Browse files
committed
treewide: remove python3-distutils dependency
As the python3-distutils was dropped while bumping the version to 3.13.9 via 97a92f2, remove the python3-distutils from all packages that are currently using it. OpenWrt already uses recent enough releases of these packages that have adapted to work without distutils, so the dependency can be safely removed. Signed-off-by: Til Kaiser <[email protected]>
1 parent ba55134 commit ae00b3e

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

lang/python/python-babel/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-babel
1111
PKG_VERSION:=2.17.0
12-
PKG_RELEASE:=1
12+
PKG_RELEASE:=2
1313

1414
PYPI_NAME:=babel
1515
PKG_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 \

lang/python/python-docker/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=python-docker
44
PKG_VERSION:=7.1.0
5-
PKG_RELEASE:=1
5+
PKG_RELEASE:=2
66

77
PYPI_NAME:=docker
88
PKG_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
3131
endef
3232

lang/python/python-incremental/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-incremental
1111
PKG_VERSION:=24.7.2
12-
PKG_RELEASE:=1
12+
PKG_RELEASE:=2
1313

1414
PYPI_NAME:=incremental
1515
PKG_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
3636
endef
3737

3838
define Package/python3-incremental/description

net/fail2ban/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=fail2ban
99
PKG_VERSION:=1.1.0
10-
PKG_RELEASE:=1
10+
PKG_RELEASE:=2
1111

1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1313
PKG_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 \

net/flent/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=flent
44
PKG_VERSION:=2.2.0
5-
PKG_RELEASE:=1
5+
PKG_RELEASE:=2
66

77
PYPI_NAME:=flent
88
PKG_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 \

0 commit comments

Comments
 (0)