Merge pull request #255951 from nyanotech/aoeu

python3Packages.pynetbox: add "packaging" as dep
This commit is contained in:
Martin Weinelt 2024-05-09 16:00:56 +02:00 committed by GitHub
commit 6a6fbc0054
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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