Skip to content

Commit 4765742

Browse files
hacker1024tm-drtina
authored andcommitted
python3Packages.pystemd: Move runtime dependencies to propagatedBuildInputs
1 parent 1950751 commit 4765742

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/development/python-modules/pystemd/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ buildPythonPackage rec {
2525

2626
nativeBuildInputs = [ pkg-config ];
2727

28-
nativeCheckInputs = [ lxml mock psutil pytest ];
28+
propagatedBuildInputs = [ lxml psutil ];
29+
30+
nativeCheckInputs = [ mock pytest ];
2931

3032
checkPhase = "pytest tests";
3133

0 commit comments

Comments
 (0)