treewide: remove buildPythonPackageWithDepsCheck

Requirements checking has been re-enabled in nixos 24.05.
This commit is contained in:
Erik Arvstedt
2024-07-18 20:57:00 +02:00
parent fc703c38c9
commit 5d463b1677
11 changed files with 20 additions and 31 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ buildPythonPackageWithDepsCheck
{ buildPythonPackage
, clightning
, poetry-core
, pytestCheckHook
@@ -9,7 +9,7 @@
, pysocks
}:
buildPythonPackageWithDepsCheck rec {
buildPythonPackage rec {
pname = "pyln-proto";
version = clightning.version;
format = "pyproject";