py-setuptools: fix import tests (#41872)

This commit is contained in:
Adam J. Stewart 2023-12-31 20:32:37 +01:00 committed by GitHub
parent f42d8bf3e7
commit 27bdba1dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,9 @@ class PySetuptools(Package, PythonExtension):
tags = ["build-tools"]
# Requires railroad
skip_modules = ["setuptools._vendor", "pkg_resources._vendor"]
version(
"68.0.0",
sha256="11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f",