python3Packages.pendulum: fix build for structuredAttrs (#473380)

This commit is contained in:
Martin Weinelt
2025-12-22 19:04:17 +00:00
committed by GitHub
@@ -56,7 +56,9 @@ buildPythonPackage rec {
python-dateutil
tzdata
]
++ lib.optional (!isPyPy) [ time-machine ]
++ lib.optionals (!isPyPy) [
time-machine
]
++ lib.optionals (pythonOlder "3.9") [
importlib-resources
];