python312Packages.arelle: remove obsolete patch (#355874)

This commit is contained in:
Robert Hensing 2024-11-15 11:04:54 +01:00 committed by GitHub
commit 4d61ca8b28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,12 +63,6 @@ buildPythonPackage rec {
substituteInPlace pyproject.toml --replace-fail \
'requires = ["setuptools~=73.0", "wheel~=0.44", "setuptools_scm[toml]~=8.1"]' \
'requires = ["setuptools", "wheel", "setuptools_scm[toml]"]'
# Darwin currently doesn't have the native `_decimal` module
# Instead, we'll use the wrapper `decimal` module that can fall back to python based implementation
# These lines can be removed after https://github.com/NixOS/nixpkgs/pull/354125 hits master
substituteInPlace arelle/Validate{DuplicateFacts,XbrlCalcs}.py tests/unit_tests/arelle/test_{xmlvalidate,validatexbrlcalcs}.py \
--replace-fail 'from _decimal import' 'from decimal import'
'';
build-system = [