python3Packages.commoncode: relax beautifulsoup4 constraint

This commit is contained in:
Martin Weinelt 2025-04-12 23:47:56 +02:00
parent e826d0136b
commit 7fa94798d0
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -33,6 +33,8 @@ buildPythonPackage rec {
build-system = [ setuptools-scm ];
pythonRelaxDeps = [ "beautifulsoup4" ];
dependencies = [
attrs
beautifulsoup4