treewide: remove buildPythonPackageWithDepsCheck
Requirements checking has been re-enabled in nixos 24.05.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user