python3Packages.can: add missing input
This commit is contained in:
parent
bafe6ab889
commit
5aab7a2bab
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
, future
|
||||
, hypothesis
|
||||
, packaging
|
||||
, parameterized
|
||||
, msgpack
|
||||
, pyserial
|
||||
|
@ -29,6 +30,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
msgpack
|
||||
packaging
|
||||
pyserial
|
||||
typing-extensions
|
||||
wrapt
|
||||
|
|
Loading…
Reference in a new issue