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
, future
, hypothesis
, packaging
, parameterized
, msgpack
, pyserial
@ -29,6 +30,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
msgpack
packaging
pyserial
typing-extensions
wrapt