From 3064f71161047cf57f55950a86b48d44cae83ced Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Mon, 2 Aug 2021 07:42:41 -0700 Subject: Upgrade vendored distro to use new typing and API The most recent version of distro, 1.6.0, include type information. This allows pip to remove some workarounds. See upstream commit: https://github.com/python-distro/distro/commit/20cb68d6b00179135f1461d51972fb3395e75363 The new version also deprecated the top level function distro.linux_distribution(). Switch to the new preferred API. See upstream commit: https://github.com/python-distro/distro/commit/f947776f5a9f018325f0daa446b92d62f1811a91 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 9f6dbe12a..f54c016ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ drop = [ [tool.vendoring.typing-stubs] six = ["six.__init__", "six.moves.__init__", "six.moves.configparser"] appdirs = [] +distro = [] [tool.vendoring.license.directories] setuptools = "pkg_resources" -- cgit v1.2.1