python-packages: add workaround to reenable requirements checking
This commit is contained in:
parent
dc1033f1c8
commit
1c07c5fa5c
14 changed files with 38 additions and 26 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ buildPythonPackage, poetry-core, pytestCheckHook, clightning, pyln-proto }:
|
||||
{ buildPythonPackageWithDepsCheck, poetry-core, pytestCheckHook, clightning, pyln-proto }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackageWithDepsCheck rec {
|
||||
pname = "pyln-bolt7";
|
||||
# The version is defined here:
|
||||
# https://github.com/ElementsProject/lightning/blob/master/contrib/pyln-spec/bolt7/pyproject.toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue