python310Packages.pystemd 0 -> 1 attrpath: python310Packages.pystemd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/98gfjw1czsvpkl4l59xqv9f5ig5dmy0s-packages.json.drv building '/nix/store/98gfjw1czsvpkl4l59xqv9f5ig5dmy0s-packages.json.drv'... Going to be running update for following packages: - python3.10-pystemd-0.10.0 Press Enter key to continue... Running update for: - python3.10-pystemd-0.10.0: UPDATING ... - python3.10-pystemd-0.10.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pystemd/default.nix b/pkgs/development/python-modules/pystemd/default.nix index ed282f06b2a1..dcaeb3355bfa 100644 --- a/pkgs/development/python-modules/pystemd/default.nix +++ b/pkgs/development/python-modules/pystemd/default.nix @@ -10,10 +10,10 @@ buildPythonPackage rec { pname = "pystemd"; - version = "0.10.0"; + version = "0.13.2"; src = fetchPypi { inherit pname version; - hash = "sha256-10qBS/2gEIXbGorZC+PLJ9ryOlGrawPn4p7IEfoq6Fk="; + hash = "sha256-Tc+ksTpVaFxJ09F8EGMeyhjDN3D2Yxb47yM3uJUcwUQ="; }; disabled = python.pythonOlder "3.4"; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.pystemd nix build failed. from pystemd.base import SDObject /nix/store/xlrq7qaldjrh5f66csvh8aib11l1pa84-python3.10-pystemd-0.13.2/lib/python3.10/site-packages/pystemd/base.py:12: in from lxml import etree E ModuleNotFoundError: No module named 'lxml' _____________________ ERROR collecting tests/test_utils.py _____________________ ImportError while importing test module '/build/pystemd-0.13.2/tests/test_utils.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/vagb0sjv83ybi435i6iiv10hjrdghph9-python3-3.10.12/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_utils.py:14: in from pystemd.utils import x2char_star, x2cmdlist /nix/store/xlrq7qaldjrh5f66csvh8aib11l1pa84-python3.10-pystemd-0.13.2/lib/python3.10/site-packages/pystemd/__init__.py:102: in from pystemd import DBus, __version__, machine1, systemd1 /nix/store/xlrq7qaldjrh5f66csvh8aib11l1pa84-python3.10-pystemd-0.13.2/lib/python3.10/site-packages/pystemd/DBus/__init__.py:9: in from pystemd.base import SDObject /nix/store/xlrq7qaldjrh5f66csvh8aib11l1pa84-python3.10-pystemd-0.13.2/lib/python3.10/site-packages/pystemd/base.py:12: in from lxml import etree E ModuleNotFoundError: No module named 'lxml' =========================== short test summary info ============================ ERROR tests/test_base.py ERROR tests/test_daemon.py ERROR tests/test_dbus_arg_parsing.py ERROR tests/test_dbuslib.py ERROR tests/test_futures.py ERROR tests/test_journal.py ERROR tests/test_unit_signatures.py ERROR tests/test_utils.py !!!!!!!!!!!!!!!!!!! Interrupted: 8 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 8 errors in 0.13s ===============================