treewide: remove buildPythonPackageWithDepsCheck

Requirements checking has been re-enabled in nixos 24.05.
This commit is contained in:
Erik Arvstedt 2024-07-15 20:31:28 +02:00
parent fc703c38c9
commit 5d463b1677
No known key found for this signature in database
GPG key ID: 33312B944DD97846
11 changed files with 20 additions and 31 deletions

View file

@ -1,6 +1,6 @@
{ buildPythonPackageWithDepsCheck, poetry-core, pytestCheckHook, clightning, pyln-proto }:
{ buildPythonPackage, poetry-core, pytestCheckHook, clightning, pyln-proto }:
buildPythonPackageWithDepsCheck rec {
buildPythonPackage rec {
pname = "pyln-bolt7";
# The version is defined here:
# https://github.com/ElementsProject/lightning/blob/master/contrib/pyln-spec/bolt7/pyproject.toml