Unverified Commit 1b60dfa6 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #250215 from tjni/astropy

python3.pkgs.astropy: fix build dependencies
parents 9c446f88 38fcb282
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -5,10 +5,11 @@

# build time
, astropy-extension-helpers
, astropy-helpers
, cython
, jinja2
, oldest-supported-numpy
, setuptools-scm
, wheel

# runtime
, numpy
@@ -32,14 +33,18 @@ buildPythonPackage {
    hash = "sha256-9q4noHf46oSQPvp2x5C5hWFzQaAISw0hw5H3o/MyrCM=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;
  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace 'cython==' 'cython>='
  '';

  nativeBuildInputs = [
    astropy-extension-helpers
    astropy-helpers
    cython
    jinja2
    oldest-supported-numpy
    setuptools-scm
    wheel
  ];

  propagatedBuildInputs = [