diff options
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 375915bdb3..bf2322b190 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4606,7 +4606,7 @@ time.") (string-append (assoc-ref inputs "kernel-headers") "/include/linux")))))))) (native-inputs - (list python-pytest)) + (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/gvalkov/python-evdev") (synopsis "Bindings to the Linux input handling subsystem") (description @@ -5242,6 +5242,7 @@ SMBus access.") (string-append "-L" #$(this-package-input "i2c-tools") "/lib")))))))) (inputs (list i2c-tools)) + (native-inputs (list python-setuptools python-wheel)) (synopsis "I2C/SMBus access for Python") (description "This package provides a Python library to access @acronym{I2C, Inter-Integrated Circuit} and @acronym{SMBus, System |