Unverified Commit 39800e5b authored by networkException's avatar networkException
Browse files

python3Packages.sectxt: drop pythonRelaxDeps

These were properly marked as or later upstream in the latest
release.

Follow up to 0d060710.
parent 642bd88e
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -37,13 +37,6 @@ buildPythonPackage rec {
    validators
  ];

  pythonRelaxDeps = [
    "requests"
    "langcodes"
    "pgpy-dtc"
    "validators"
  ];

  nativeCheckInputs = [
    pytestCheckHook
    requests-mock