about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-07-08 16:25:53 +0200
committerAlyssa Ross <hi@alyssa.is>2020-08-15 18:21:33 +0000
commitcb43ea19f83f1f4b45e2f9c3307c95b6c711ae36 (patch)
treeb1cfd31ee3574430c9a81b69733cc732e8707dbc /nixpkgs/pkgs/development/python-modules
parentbc7e76d157811712a394163f55e1220059620d25 (diff)
downloadnixlib-cb43ea19f83f1f4b45e2f9c3307c95b6c711ae36.tar
nixlib-cb43ea19f83f1f4b45e2f9c3307c95b6c711ae36.tar.gz
nixlib-cb43ea19f83f1f4b45e2f9c3307c95b6c711ae36.tar.bz2
nixlib-cb43ea19f83f1f4b45e2f9c3307c95b6c711ae36.tar.lz
nixlib-cb43ea19f83f1f4b45e2f9c3307c95b6c711ae36.tar.xz
nixlib-cb43ea19f83f1f4b45e2f9c3307c95b6c711ae36.tar.zst
nixlib-cb43ea19f83f1f4b45e2f9c3307c95b6c711ae36.zip
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.

(cherry picked from commit d9f416313a36d5df8883725ec35233f779088636)
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules')
-rw-r--r--nixpkgs/pkgs/development/python-modules/pyudev/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/pyudev/default.nix b/nixpkgs/pkgs/development/python-modules/pyudev/default.nix
index c26f9bcabe6e..c0a401a1b2a2 100644
--- a/nixpkgs/pkgs/development/python-modules/pyudev/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/pyudev/default.nix
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     '';
 
   checkInputs = [ pytest mock hypothesis docutils ];
-  propagatedBuildInputs = [ systemd six ];
+  propagatedBuildInputs = [ six ];
 
   checkPhase = ''
     py.test