python3Packages.can: add missing input

This commit is contained in:
Fabian Affolter 2022-04-23 23:04:12 +02:00
parent bafe6ab889
commit 5aab7a2bab

View File

@ -3,6 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, future , future
, hypothesis , hypothesis
, packaging
, parameterized , parameterized
, msgpack , msgpack
, pyserial , pyserial
@ -29,6 +30,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
msgpack msgpack
packaging
pyserial pyserial
typing-extensions typing-extensions
wrapt wrapt