treewide: remove pythonRelaxDepsHook references

It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
This commit is contained in:
Martin Weinelt 2024-06-14 13:47:34 +02:00
parent 58ca021599
commit abdf5dc772
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
494 changed files with 6 additions and 886 deletions

View File

@ -26,7 +26,6 @@ python3.pkgs.buildPythonPackage rec {
poetry-core
];
nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
dependencies = with python3.pkgs; [
aiohttp

View File

@ -45,7 +45,6 @@ python3.pkgs.buildPythonApplication rec {
];
nativeBuildInputs = [
python3.pkgs.pythonRelaxDepsHook
wrapQtAppsHook
];

View File

@ -40,7 +40,6 @@ python.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python.pkgs; [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python.pkgs; [

View File

@ -18,7 +18,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
hatchling
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [

View File

@ -32,7 +32,6 @@ buildPythonApplication rec {
hash = "sha256-ns1Y0DqqnTAQMEt+oBJ/P2gqKqPsX9P3/Z4561qzuns";
};
nativeBuildInputs = [ pythonRelaxDepsHook ];
pythonRelaxDeps = true;

View File

@ -30,7 +30,6 @@ python.pkgs.buildPythonApplication rec {
build-system = with python.pkgs; [ setuptools ];
nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];
propagatedBuildInputs =
with python.pkgs;

View File

@ -17,7 +17,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
setuptools
pythonRelaxDepsHook
];
pythonRelaxDeps = [

View File

@ -25,10 +25,6 @@ buildPythonPackage rec {
poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
dependencies = [
colorama
openai

View File

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, pythonRelaxDepsHook
, python3
, snagboot
, testers
@ -21,7 +20,6 @@ python3.pkgs.buildPythonApplication rec {
};
nativeBuildInputs = [
pythonRelaxDepsHook
];
pythonRemoveDeps = [

View File

@ -4,7 +4,6 @@
, zxing-cpp
, pillow
, poetry-core
, pythonRelaxDepsHook
, src
, version
@ -21,7 +20,6 @@ buildPythonApplication {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = true;

View File

@ -24,7 +24,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
makeWrapper
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [

View File

@ -24,7 +24,6 @@ python3Packages.buildPythonApplication rec {
build-system = with python3Packages; [ setuptools ];
nativeBuildInputs = with python3Packages; [ pythonRelaxDepsHook ];
dependencies = with python3Packages; [
daemonocle

View File

@ -16,10 +16,6 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-BmHChLWWnrtg0p4WH8bANwpo+p4RTwjYbXfyPnz6mp8=";
};
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
pythonRelaxDeps = true;
propagatedBuildInputs = with python3.pkgs; [

View File

@ -24,7 +24,6 @@ python3Packages.buildPythonApplication rec {
installShellFiles
] ++ (with python3Packages; [
setuptools
pythonRelaxDepsHook
]);
pythonRelaxDeps = [

View File

@ -27,7 +27,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [

View File

@ -6,7 +6,6 @@
, perl
, pkg-config
, sage-setup
, pythonRelaxDepsHook
, gd
, iml
, libpng
@ -103,7 +102,6 @@ buildPythonPackage rec {
pip # needed to query installed packages
pkg-config
sage-setup
pythonRelaxDepsHook
];
pythonRelaxDeps = [

View File

@ -29,7 +29,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
installShellFiles
];

View File

@ -15,7 +15,6 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-XDB1i2b1reMCM6i1uK3IzTnsoLXO7jldYtNlYUo1AoQ=";
};
nativeBuildInputs = [ python3.pkgs.pythonRelaxDepsHook ];
propagatedBuildInputs = with python3.pkgs; [
pygit2

View File

@ -2,7 +2,6 @@
buildPythonApplication,
fetchFromGitHub,
poetry-core,
pythonRelaxDepsHook,
anchor-kr,
anitopy,
click,
@ -47,7 +46,6 @@ buildPythonApplication {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [
anchor-kr

View File

@ -22,10 +22,6 @@ python3.pkgs.buildPythonApplication rec {
poetry-core
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
dependencies = with python3.pkgs; [
neo4j
numpy

View File

@ -27,7 +27,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = [
python3.pkgs.poetry-core
python3.pkgs.pythonRelaxDepsHook
];
buildInputs = [

View File

@ -13,7 +13,6 @@ python3Packages.buildPythonApplication rec {
};
nativeBuildInputs = with python3Packages; [
pythonRelaxDepsHook
setuptools
] ++ [
installShellFiles

View File

@ -23,7 +23,6 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [ poetry-core ];
nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
dependencies =
with python3.pkgs;

View File

@ -27,7 +27,6 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [
installShellFiles
python3Packages.pythonRelaxDepsHook
python3Packages.setuptools
python3Packages.wheel
];

View File

@ -32,7 +32,7 @@ let
--replace 'os.path.expanduser(os.path.join("~", ".u2net", model_name + ".pth"))' "os.path.join(\"$models\", model_name + \".pth\")"
'';
nativeBuildInputs = [ p.setuptools p.wheel p.pythonRelaxDepsHook ];
nativeBuildInputs = [ p.setuptools p.wheel ];
pythonRelaxDeps = [ "pillow" "torchvision" ];

View File

@ -45,7 +45,6 @@ python3Packages.buildPythonApplication rec {
];
nativeBuildInputs = with python3Packages; [
pythonRelaxDepsHook
setuptools
];

View File

@ -26,7 +26,6 @@ python3Packages.buildPythonApplication rec {
wrapQtAppsHook
]) ++ (with python3Packages; [
poetry-core
pythonRelaxDepsHook
]);
buildInputs = [

View File

@ -23,7 +23,6 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [ poetry-core ];
nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
dependencies =
with python3.pkgs;

View File

@ -23,7 +23,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [

View File

@ -20,7 +20,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [

View File

@ -20,7 +20,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
setuptools
setuptools-git-versioning
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [

View File

@ -18,7 +18,6 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = true;
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
setuptools
];

View File

@ -20,7 +20,6 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [ poetry-core ];
nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
dependencies = with python3.pkgs; [ ha-mqtt-discoverable ];

View File

@ -21,7 +21,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [

View File

@ -16,7 +16,6 @@ python3.pkgs.buildPythonApplication rec {
};
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
setuptools
];

View File

@ -20,10 +20,6 @@ python3Packages.buildPythonApplication rec {
pythonRelaxDeps = true;
nativeBuildInputs = with python3Packages; [
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3Packages; [
wheel
setuptools

View File

@ -76,7 +76,6 @@ py.pkgs.buildPythonPackage rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
nativeCheckInputs = [

View File

@ -2,7 +2,6 @@
{ buildPythonPackage
, fetchFromGitHub
, lib
, pythonRelaxDepsHook
, poetry-core
, prettytable
@ -24,7 +23,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [

View File

@ -22,7 +22,6 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [ poetry-core ];
nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
dependencies = with python3.pkgs; [
keyring

View File

@ -23,7 +23,6 @@ python3.pkgs.buildPythonApplication rec {
poetry-core
];
nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
dependencies = with python3.pkgs; [
colorama

View File

@ -19,10 +19,6 @@ python3.pkgs.buildPythonApplication rec {
"pathlib"
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
build-system = with python3.pkgs; [
setuptools
];

View File

@ -39,7 +39,6 @@ in pythonpkgs.buildPythonPackage rec {
nativeBuildInputs = [
pythonpkgs.poetry-core
pythonpkgs.pythonRelaxDepsHook
makeWrapper
];

View File

@ -22,7 +22,6 @@ python3Packages.buildPythonApplication rec {
--replace-fail 'opencv-python' 'opencv'
'';
nativeBuildInputs = with python3Packages; [ pythonRelaxDepsHook ];
pythonRelaxDeps = [ "torchvision" ];

View File

@ -35,10 +35,6 @@ python3.pkgs.buildPythonPackage {
tldextract
];
nativeBuildInputs = [
python3.pkgs.pythonRelaxDepsHook
];
pythonRelaxDeps = [
"httpx"
"tldextract"

View File

@ -17,7 +17,6 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [

View File

@ -52,7 +52,6 @@ ps.buildPythonApplication rec {
];
nativeBuildInputs = [
ps.pythonRelaxDepsHook
ps.hatchling
ps.babel
];

View File

@ -20,7 +20,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
copyDesktopItems
pythonRelaxDepsHook
libsForQt5.wrapQtAppsHook
];

View File

@ -117,7 +117,6 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [ hatchling ];
nativeBuildInputs = [ python3.pkgs.pythonRelaxDepsHook ];
pythonImportsCheck = [ "open_webui" ];

View File

@ -27,7 +27,6 @@ python3Packages.buildPythonApplication rec {
build-system = with python3Packages; [ poetry-core ];
nativeBuildInputs = with python3Packages; [ pythonRelaxDepsHook ];
propagatedBuildInputs = with python3Packages; [
aiohttp

View File

@ -32,7 +32,6 @@ python.pkgs.buildPythonApplication rec {
build-system = with python.pkgs; [ poetry-core ];
nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];
dependencies =
[ awscli ]

View File

@ -24,7 +24,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [

View File

@ -91,7 +91,6 @@ python.pkgs.buildPythonApplication rec {
nativeBuildInputs = [
gettext
] ++ (with python.pkgs; [
pythonRelaxDepsHook
setuptools
]);

View File

@ -33,10 +33,6 @@ python3.pkgs.buildPythonApplication rec {
"slack-sdk"
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
build-system = with python3.pkgs; [
poetry-core
];

View File

@ -22,7 +22,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [

View File

@ -20,7 +20,6 @@ python3.pkgs.buildPythonApplication rec {
build-system = [
python3.pkgs.setuptools
python3.pkgs.wheel
python3.pkgs.pythonRelaxDepsHook
];
dependencies = with python3.pkgs; [

View File

@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
tqdm
];
nativeCheckInputs = with python3Packages; [ pytestCheckHook pythonRelaxDepsHook ];
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
pythonRelaxDeps = [ "torch" "torchvision" ];

View File

@ -24,7 +24,6 @@ python3.pkgs.buildPythonApplication rec {
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
setuptools
];

View File

@ -21,7 +21,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
hatchling
pythonRelaxDepsHook
qt6.wrapQtAppsHook
];

View File

@ -25,10 +25,6 @@ python3.pkgs.buildPythonApplication rec {
poetry-core
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
propagatedBuildInputs = [
graphviz
] ++ (with python3.pkgs; [

View File

@ -26,7 +26,6 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [ hatchling ];
nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
propagatedBuildInputs = with python3.pkgs; [
click

View File

@ -19,7 +19,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [

View File

@ -105,7 +105,6 @@ python3Packages.buildPythonApplication rec {
];
nativeBuildInputs = with python3Packages; [
pythonRelaxDepsHook
setuptools
];

View File

@ -40,7 +40,6 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [
python3Packages.poetry-core
python3Packages.pythonRelaxDepsHook
copyDesktopItems
qt6.wrapQtAppsHook
wrapGAppsHook3

View File

@ -17,7 +17,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = [
python3.pkgs.hatchling
python3.pkgs.pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [

View File

@ -18,7 +18,6 @@ python3Packages.buildPythonApplication rec {
pythonRelaxDeps = [ "tomlkit" ];
nativeBuildInputs = with python3Packages; [ pythonRelaxDepsHook ];
build-system = with python3Packages; [ poetry-core ];

View File

@ -21,7 +21,6 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [ poetry-core ];
nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
dependencies = with python3.pkgs; [
chardet

View File

@ -22,7 +22,6 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [
hatchling
pythonRelaxDepsHook
];
dependencies = with python3.pkgs; [

View File

@ -24,7 +24,6 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [
python3Packages.setuptools
python3Packages.setuptools-scm
python3Packages.pythonRelaxDepsHook
installShellFiles
scdoc
];

View File

@ -17,7 +17,6 @@ python3Packages.buildPythonPackage rec {
nativeBuildInputs = with python3Packages; [
rich
pythonRelaxDepsHook
];
propagatedBuildInputs = [

View File

@ -23,7 +23,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [

View File

@ -22,7 +22,6 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [

View File

@ -22,7 +22,6 @@ python3.pkgs.buildPythonApplication rec {
"sqlalchemy"
];
nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
build-system = with python3.pkgs; [
poetry-core

View File

@ -28,10 +28,6 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = true;
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
build-system = with python3.pkgs; [
poetry-core
];

View File

@ -19,10 +19,6 @@ python3.pkgs.buildPythonApplication rec {
"textual"
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
build-system = with python3.pkgs; [
poetry-core
];

View File

@ -17,10 +17,6 @@ in python3.pkgs.buildPythonApplication {
format = "pyproject";
nativeBuildInputs = [
python3.pkgs.pythonRelaxDepsHook
];
propagatedBuildInputs = [
python3.pkgs.hatchling
python3.pkgs.pydantic

View File

@ -17,7 +17,6 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = with python3Packages; [
setuptools
pythonRelaxDepsHook
];
pythonRelaxDeps = [

View File

@ -1,7 +1,6 @@
{ lib
, fetchPypi
, buildPythonApplication
, pythonRelaxDepsHook
, poetry-core
, colorama
, packaging
@ -28,7 +27,6 @@ buildPythonApplication rec {
gobject-introspection
poetry-core
wrapGAppsNoGuiHook
pythonRelaxDepsHook
];
pythonRelaxDeps = [

View File

@ -9,7 +9,6 @@
, pycryptodome
, pytest-runner
, pythonOlder
, pythonRelaxDepsHook
, recommonmark
, setuptools-scm
, sphinx
@ -50,7 +49,6 @@ buildPythonPackage rec {
# ever since https://github.com/vyperlang/vyper/pull/2816
git
pythonRelaxDepsHook
pytest-runner
setuptools-scm
];

View File

@ -50,7 +50,6 @@ with python3Packages; buildPythonApplication rec {
nativeBuildInputs = [
installShellFiles
pythonRelaxDepsHook
setuptools
];

View File

@ -9,7 +9,6 @@
pytest-asyncio,
pytestCheckHook,
pythonOlder,
pythonRelaxDepsHook,
pytz,
setuptools,
}:
@ -31,7 +30,6 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
nativeBuildInputs = [
pythonRelaxDepsHook
setuptools
];

View File

@ -10,7 +10,6 @@
pytestCheckHook,
python-dateutil,
pythonOlder,
pythonRelaxDepsHook,
}:
buildPythonPackage rec {
@ -37,7 +36,6 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
aiohttp

View File

@ -13,7 +13,6 @@
pytest-asyncio,
pytestCheckHook,
pythonOlder,
pythonRelaxDepsHook,
requests,
}:
@ -34,7 +33,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
poetry-dynamic-versioning
pythonRelaxDepsHook
];
pythonRelaxDeps = [ "aiobotocore" ];

View File

@ -20,7 +20,6 @@
pytest-lazy-fixture,
pytestCheckHook,
pythonOlder,
pythonRelaxDepsHook,
pytz,
redis,
}:
@ -41,7 +40,6 @@ buildPythonPackage rec {
build-system = [ hatchling ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
pythonRelaxDeps = [ "pydantic" ];

View File

@ -6,7 +6,6 @@
poetry-core,
pytest,
pythonOlder,
pythonRelaxDepsHook,
}:
buildPythonPackage rec {
@ -24,7 +23,6 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
pythonRelaxDeps = [ "pytest" ];

View File

@ -9,7 +9,6 @@
pytest-aiohttp,
pytestCheckHook,
pythonOlder,
pythonRelaxDepsHook,
}:
buildPythonPackage rec {
@ -35,7 +34,6 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
aiohttp

View File

@ -8,7 +8,6 @@
pytest-mock,
pytestCheckHook,
pythonOlder,
pythonRelaxDepsHook,
requests,
setuptools,
setuptools-scm,
@ -38,7 +37,6 @@ buildPythonPackage rec {
setuptools-scm
];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
aiohttp

View File

@ -4,7 +4,6 @@
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
pythonRelaxDepsHook,
pytestCheckHook,
pamqp,
yarl,
@ -27,7 +26,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [ "pamqp" ];

View File

@ -14,7 +14,6 @@
pytestCheckHook,
pythonAtLeast,
pythonOlder,
pythonRelaxDepsHook,
pytz,
setuptools,
sortedcollections,
@ -41,7 +40,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
aiosasl

View File

@ -6,7 +6,6 @@
# build-system
poetry-core,
pythonRelaxDepsHook,
# dependencies
bitarray,
@ -31,7 +30,6 @@ buildPythonPackage rec {
};
build-system = [ poetry-core ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
pythonRelaxDeps = [ "crc" ];
dependencies = [

View File

@ -13,7 +13,6 @@
pydantic,
pytestCheckHook,
pythonOlder,
pythonRelaxDepsHook,
torch,
torchvision,
typing-extensions,
@ -33,7 +32,6 @@ buildPythonPackage rec {
hash = "sha256-7t1+22zzFtkZaAyOo6xjk+MXT9N44PmQ/NRRfvLeRVk=";
};
nativeBuildInputs = [ pythonRelaxDepsHook ];
pythonRemoveDeps = [
"opencv-python"

View File

@ -12,7 +12,6 @@
poetry-core,
pyotp,
pythonOlder,
pythonRelaxDepsHook,
requests,
simplejson,
yarl,
@ -36,7 +35,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [

View File

@ -5,7 +5,6 @@
fetchPypi,
jmespath,
pythonOlder,
pythonRelaxDepsHook,
setuptools,
}:
@ -25,7 +24,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
cryptography

View File

@ -23,7 +23,6 @@
pycparser,
pyformlang,
pythonOlder,
pythonRelaxDepsHook,
pyvex,
rich,
rpyc,
@ -52,7 +51,6 @@ buildPythonPackage rec {
pythonRelaxDeps = [ "capstone" ];
build-system = [
pythonRelaxDepsHook
setuptools
];

View File

@ -3,7 +3,6 @@
buildPythonPackage,
fetchPypi,
pythonOlder,
pythonRelaxDepsHook,
installShellFiles,
docutils,
ansible,
@ -51,7 +50,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
installShellFiles
docutils
] ++ lib.optionals (pythonOlder "3.10") [ pythonRelaxDepsHook ];
];
propagatedBuildInputs =
[

View File

@ -33,7 +33,6 @@
pytestCheckHook,
python,
python-dateutil,
pythonRelaxDepsHook,
pytz,
pyyaml,
regex,
@ -96,7 +95,6 @@ buildPythonPackage rec {
cython
grpcio-tools
mypy-protobuf
pythonRelaxDepsHook
setuptools
];

View File

@ -10,7 +10,6 @@
packageurl-python,
pytestCheckHook,
pythonOlder,
pythonRelaxDepsHook,
semver,
setuptools,
tabulate,
@ -42,7 +41,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
appdirs

View File

@ -41,7 +41,6 @@
python-jose,
python-multipart,
pythonOlder,
pythonRelaxDepsHook,
pyyaml,
rich,
schedule,
@ -90,7 +89,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
httpx

View File

@ -7,7 +7,6 @@
fetchpatch,
packaging,
poetry-core,
pythonRelaxDepsHook,
pythonOlder,
structlog,
}:
@ -43,7 +42,6 @@ buildPythonPackage rec {
pythonRelaxDeps = [ "structlog" ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
build-system = [ poetry-core ];

View File

@ -9,7 +9,6 @@
pytestCheckHook,
python-dateutil,
pythonOlder,
pythonRelaxDepsHook,
pytz,
remotezip,
requests-mock,
@ -37,7 +36,6 @@ buildPythonPackage rec {
build-system = [ setuptools-scm ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
dateparser

View File

@ -6,7 +6,6 @@
poetry-core,
tkinter,
typing-extensions,
pythonRelaxDepsHook,
pytestCheckHook,
}:
@ -22,7 +21,6 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
pythonRelaxDepsHook
poetry-core
];

Some files were not shown because too many files have changed in this diff Show More