Skip to content

Commit

Permalink
remove postgres from cln, pin pyln-client
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamISZ committed Jan 18, 2022
1 parent 5e92bb1 commit 97cf02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ libsecp256k1_install()

clightning_build ()
{
./configure \
PG_CONFIG="" ./configure \
--enable-developer \
--enable-experimental-features \
--prefix="${jm_root}"
Expand Down
2 changes: 1 addition & 1 deletion jmbase/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
license='GPL',
packages=['jmbase'],
install_requires=['twisted==21.7.0', 'service-identity',
'chromalog==1.0.5', 'pyln-client'],
'chromalog==1.0.5', 'pyln-client==0.10.2post0'],
python_requires='>=3.6',
zip_safe=False)

0 comments on commit 97cf02c

Please sign in to comment.