Unverified Commit f469b915 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

treewide: drop explicitly added pythonRelaxDepsHook (#341842)

parents 8fd9cef3 0106a3ce
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ python3.pkgs.buildPythonApplication rec {
  nativeBuildInputs = with python3.pkgs; [
    setuptools
    wheel
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = with python3.pkgs; [
+0 −1
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@ python3.pkgs.buildPythonApplication rec {
    jsonschema
    openpyxl
    stem
    pythonRelaxDepsHook
  ];

  pythonRelaxDeps = [ "stem" ];
+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@ python3Packages.buildPythonApplication rec {

  build-system = [ python3Packages.setuptools ];

  nativeBuildInputs = [ python3Packages.pythonRelaxDepsHook ];

  pythonRelaxDeps = [ "protobuf" ];

  dependencies = with python3Packages; [
+0 −3
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  buildPythonPackage,
  fetchPypi,
  pythonOlder,
  pythonRelaxDepsHook,
  poetry-core,
  dacite,
  diskcache,
@@ -26,8 +25,6 @@ buildPythonPackage rec {

  build-system = [ poetry-core ];

  nativeBuildInputs = [ pythonRelaxDepsHook ];

  pythonRelaxDeps = [ "pyarrow" ];

  dependencies = [
+0 −3
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  buildPythonPackage,
  fetchPypi,
  setuptools,
  pythonRelaxDepsHook,
  brotli,
  colorama,
  filetype,
@@ -28,8 +27,6 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  nativeBuildInputs = [ pythonRelaxDepsHook ];

  dependencies = [
    brotli
    colorama
Loading