From ea40582837cc8ec346e38fa1b8b147ed78eff8ff Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 8 Dec 2024 16:07:22 +0100 Subject: [PATCH] setup.cfg: The item `option.dependency_links` dropped by `pip` in 2019 (#8942) ```diff - dependency_links = https://github.com/kivy-garden/garden/archive/master.zip ``` > [!WARNING] > Dependency links support has been dropped by pip starting with version 19.0 (released 2019-01-22). https://setuptools.pypa.io/en/latest/deprecated/dependency_links.html @misl6 Related to: * #8127 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 141305b2f..a218b7e84 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,6 @@ install_requires = kivy_deps.sdl2~=0.8.0; sys_platform == "win32" kivy_deps.glew~=0.3.1; sys_platform == "win32" pypiwin32; sys_platform == "win32" -dependency_links = https://github.com/kivy-garden/garden/archive/master.zip [options.extras_require] tuio = oscpy