Skip to content

Commit

Permalink
check also tkrzw
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Oct 29, 2024
1 parent 2160285 commit a52df55
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/ostap-check-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,19 @@ if ( 3 , 6 ) <= python_info : # ===============================================
row = attention ( 'berkeleydb' ) , attention ( '---' ) , ''
rows.append ( row )
# =============================================================================
if ( 3 , 8 ) <= python_info : # ===============================================
# =========================================================================
try : # ===================================================================
# =====================================================================
import tkrzw
row = 'tkrzw' , '' , tkrzw.__file__
rows.append ( row )
# =====================================================================
except ImportError :
# =================================================================
row = attention ( 'tkrzw' ) , attention ( '---' ) , ''
rows.append ( row )
# =============================================================================
try : # =======================================================================
# =========================================================================
import sqlite3
Expand Down

0 comments on commit a52df55

Please sign in to comment.