Skip to content

Commit cc610cf

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 cc610cf

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

lang/python/python-babel/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)