pdb2pqr: fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user