python3Packages.pynetbox: add packaging as dep

This commit is contained in:
nyanotech 2023-09-18 12:08:38 -07:00
parent 3c8726a45c
commit ab56210eb8
No known key found for this signature in database
GPG key ID: 872740637E938731

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, setuptools-scm
, packaging
, requests
, six
, pytestCheckHook
@ -25,6 +26,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
packaging
requests
six
];