python3.pkgs.pyudev: do not propagate systemd

It is not linked against so there is no need to include it in build inputs, much less propagate it.

This removes systemd.dev from the runtime closure of packages using pyudev.
This commit is contained in:
Jan Tojnar 2020-07-08 16:25:53 +02:00
parent 6cf8110264
commit d9f416313a
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
'';
checkInputs = [ pytest mock hypothesis docutils ];
propagatedBuildInputs = [ systemd six ];
propagatedBuildInputs = [ six ];
checkPhase = ''
py.test