Commit f6e034c4 authored by hacker1024's avatar hacker1024
Browse files

python3Packages.pystemd: Move runtime dependencies to propagatedBuildInputs

parent 4c86138c
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";