From 67f9a8e4d6c391039419c065b2521283583ced0d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 11 Nov 2021 14:44:08 +1030 Subject: [PATCH] contrib: fix other pyln-spec package requirements too. Signed-off-by: Rusty Russell --- contrib/pyln-spec/bolt1/requirements.txt | 2 +- contrib/pyln-spec/bolt2/requirements.txt | 2 +- contrib/pyln-spec/bolt4/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/pyln-spec/bolt1/requirements.txt b/contrib/pyln-spec/bolt1/requirements.txt index a939f32cb..c863b024f 100644 --- a/contrib/pyln-spec/bolt1/requirements.txt +++ b/contrib/pyln-spec/bolt1/requirements.txt @@ -1 +1 @@ -pyln.proto >= 0.9.3 +pyln-proto >= 0.9.3 diff --git a/contrib/pyln-spec/bolt2/requirements.txt b/contrib/pyln-spec/bolt2/requirements.txt index a939f32cb..c863b024f 100644 --- a/contrib/pyln-spec/bolt2/requirements.txt +++ b/contrib/pyln-spec/bolt2/requirements.txt @@ -1 +1 @@ -pyln.proto >= 0.9.3 +pyln-proto >= 0.9.3 diff --git a/contrib/pyln-spec/bolt4/requirements.txt b/contrib/pyln-spec/bolt4/requirements.txt index a939f32cb..c863b024f 100644 --- a/contrib/pyln-spec/bolt4/requirements.txt +++ b/contrib/pyln-spec/bolt4/requirements.txt @@ -1 +1 @@ -pyln.proto >= 0.9.3 +pyln-proto >= 0.9.3