pdb2pqr: fix build

This commit is contained in:
Peder Bergebakken Sundt
2025-03-09 05:10:06 +01:00
parent 3a8ebeb1df
commit d60aee932d
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchPypi,
pythonOlder,
hatchling,
mmcif-pdbx,
numpy,
propka,
@@ -16,7 +17,7 @@
buildPythonPackage rec {
pname = "pdb2pqr";
version = "3.7.1";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,6 +28,10 @@ buildPythonPackage rec {
pythonRelaxDeps = [ "docutils" ];
build-system = [
hatchling
];
propagatedBuildInputs = [
mmcif-pdbx
numpy