Unverified Commit 6beaa19a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.pdbfixer: fix build (#502410)

parents 63dc0f50 875e84c1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  setuptools,
  wheel,
  legacy-cgi,
  numpy,
  openmm,
  pytestCheckHook,
@@ -21,12 +22,13 @@ buildPythonPackage rec {
    hash = "sha256-X2P5cWmdvAjY9dMFB+R21advkdYizR8PmevMPR0RR0o=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
    wheel
  ];

  propagatedBuildInputs = [
  dependencies = [
    legacy-cgi
    numpy
    openmm
  ];