Unverified Commit a89c4f54 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

Merge pull request #306913 from hacker1024/fix/pystemd-lxml

python3Packages.pystemd: Move runtime dependencies to propagatedBuildInputs
parents d77b0cf4 f6e034c4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -25,7 +25,9 @@ buildPythonPackage rec {

  nativeBuildInputs = [ pkg-config ];

  nativeCheckInputs = [ lxml mock psutil pytest ];
  propagatedBuildInputs = [ lxml psutil ];

  nativeCheckInputs = [ mock pytest ];

  checkPhase = "pytest tests";