python3Packages.pystemd: Move runtime dependencies to propagatedBuildInputs

This commit is contained in:
hacker1024
2024-04-26 16:01:48 +10:00
parent 4c86138ce4
commit f6e034c42e
@@ -25,7 +25,9 @@ buildPythonPackage rec {
nativeBuildInputs = [ pkg-config ];
nativeCheckInputs = [ lxml mock psutil pytest ];
propagatedBuildInputs = [ lxml psutil ];
nativeCheckInputs = [ mock pytest ];
checkPhase = "pytest tests";