treewide: drop explicitly added pythonRelaxDepsHook (#341842)

This commit is contained in:
Peder Bergebakken Sundt
2024-09-27 01:13:09 +02:00
committed by GitHub
9 changed files with 1 additions and 22 deletions
-1
View File
@@ -19,7 +19,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
setuptools
wheel
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [
-1
View File
@@ -64,7 +64,6 @@ python3.pkgs.buildPythonApplication rec {
jsonschema
openpyxl
stem
pythonRelaxDepsHook
];
pythonRelaxDeps = [ "stem" ];
-2
View File
@@ -20,8 +20,6 @@ python3Packages.buildPythonApplication rec {
build-system = [ python3Packages.setuptools ];
nativeBuildInputs = [ python3Packages.pythonRelaxDepsHook ];
pythonRelaxDeps = [ "protobuf" ];
dependencies = with python3Packages; [
@@ -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 = [
@@ -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
@@ -7,7 +7,6 @@
setuptools,
numpy,
hdf5,
pythonRelaxDepsHook,
cython_0,
pkgconfig,
mpi4py ? null,
@@ -15,7 +14,6 @@
pytestCheckHook,
pytest-mpi,
cached-property,
stdenv,
}:
assert hdf5.mpiSupport -> mpi4py != null && hdf5.mpi == mpi4py.mpi;
@@ -67,7 +65,6 @@ buildPythonPackage rec {
preBuild = lib.optionalString mpiSupport "export CC=${lib.getDev mpi}/bin/mpicc";
nativeBuildInputs = [
pythonRelaxDepsHook
cython_0
pkgconfig
setuptools
@@ -7,7 +7,6 @@
python-dateutil,
pythonAtLeast,
pythonOlder,
pythonRelaxDepsHook,
requests,
responses,
setuptools,
@@ -29,8 +28,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
pyjwt
python-dateutil
@@ -5,7 +5,6 @@
poetry-core,
crossandra,
dahlia,
pythonRelaxDepsHook
}:
buildPythonPackage rec {
@@ -20,11 +19,9 @@ buildPythonPackage rec {
hash = "sha256-sOkJ67B8LaIA2cwCHaFnc16lMG8uaegBJCzF6Li77vk=";
};
build-system = [ poetry-core pythonRelaxDepsHook ];
build-system = [ poetry-core ];
dependencies = [ crossandra dahlia ];
pythonRelaxDeps = [ "crossandra" ];
meta = with lib; {
changelog = "https://github.com/samarium-lang/samarium/blob/${src.rev}/CHANGELOG.md";
description = "The Samarium Programming Language";
@@ -17,7 +17,6 @@
pytest-xvfb,
sympy,
pytestCheckHook,
pythonRelaxDepsHook,
}:
buildPythonPackage rec {
@@ -36,7 +35,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
oldest-supported-numpy
setuptools
pythonRelaxDepsHook
];
pythonRemoveDeps = [ "pre-commit" ];