Unverified Commit 6a6fbc00 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #255951 from nyanotech/aoeu

python3Packages.pynetbox: add "packaging" as dep
parents 215dd64e ab56210e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, setuptools-scm
, packaging
, requests
, six
, pytestCheckHook
@@ -25,6 +26,7 @@ buildPythonPackage rec {
  ];

  propagatedBuildInputs = [
    packaging
    requests
    six
  ];