py-soupsieve: fix import tests (#41873)

This commit is contained in:
Adam J. Stewart 2024-01-10 22:02:11 +01:00 committed by GitHub
parent fb320ec313
commit 6c37937744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@ class PySoupsieve(PythonPackage):
license("MIT")
# Circular dependency on beautifulsoup4
skip_modules = ["soupsieve"]
version("2.4.1", sha256="89d12b2d5dfcd2c9e8c22326da9d9aa9cb3dfab0a83a024f05704076ee8d35ea")
version(
"2.3.2.post1", sha256="fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d"