[From nobody Sat Jun  6 03:27:08 2026
Received: (at submit) by bugs.debian.org; 4 Jun 2026 12:03:08 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-122.6 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_NONE,
 SPF_PASS,USER_IN_DKIM_WELCOMELIST,XMAILER_REPORTBUG autolearn=ham
 autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 17; hammy, 113; neutral, 21; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;bunk@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:52074)
 by buxtehude.debian.org with utf8esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;bunk@debian.org&gt;) id 1wV6mx-00FXJ1-37
 for submit@bugs.debian.org; Thu, 04 Jun 2026 12:03:08 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Date:Message-ID:Subject:To:From:
 Content-Transfer-Encoding:MIME-Version:Content-Type:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=DudlGCIKLkHjTLsIiWFZuvpDUx2Jki0KKA8oPqHnzEA=; b=bF9iwfemLnd3ViK5pU077PmW3W
 JYG1pUh74anqSHcGduzPhfbem/p6hc43f3KK+52jd8/cOv2Wjesvo3ZTwJE+zUWqa0e5O0lx4zqeP
 bZzGGL5AQH1tBH+jj5+1pNmE9puR0dtCtQKv0T16a5tdXJ+RbdPHVZDreHvolSCtf+RRUbtFBA1P6
 dsdWk2LEnweewRYDZOB+WNOe1B/aeMFcbt3l8SYhjIGz8cN77Vhfha8/6fyXA1coS1GeHGUuioaNR
 UILym/JeyIZfFamIh8zZvGjTg2n9FDFnIkosugWnvyHAO0Po94cCgKyIp3DHKU1dpUeoxww4LBXz3
 u4qzsR2Q==;
Received: from authenticated-user by stravinsky.debian.org with utf8esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;bunk@debian.org&gt;) id 1wV6mw-004V4N-10;
 Thu, 04 Jun 2026 12:03:06 +0000
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Adrian Bunk &lt;bunk@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: votca should add Recommends/Suggests: python3-h5py, python3-lxml,
 python3-rdkit
Message-ID: &lt;178057458523.837695.13028650185703012369.reportbug@localhost&gt;
X-Mailer: reportbug 13.2.0
Date: Thu, 04 Jun 2026 15:03:05 +0300
X-Debian-User: bunk
Delivered-To: submit@bugs.debian.org

Package: votca
Version: 2026-2
Severity: normal

$ xtp_qmmm2qm
Traceback (most recent call last):
  File &quot;/usr/bin/xtp_qmmm2qm&quot;, line 18, in &lt;module&gt;
    import h5py
ModuleNotFoundError: No module named 'h5py'
$ xtp_basisset
Traceback (most recent call last):
  File &quot;/usr/bin/xtp_basisset&quot;, line 24, in &lt;module&gt;
    import lxml.etree as lxml
ModuleNotFoundError: No module named 'lxml'
$ xtp_autogen_mapping
Traceback (most recent call last):
  File &quot;/usr/bin/xtp_autogen_mapping&quot;, line 29, in &lt;module&gt;
    from rdkit import Chem
ModuleNotFoundError: No module named 'rdkit'
bunk@localhost:/tmp$


votca should recommend or at least suggest these Python modules.
]