Unverified Commit 26c8e991 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.qutip: use standard cython (#418598)

parents f7d09d3e 1303e4bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  fetchFromGitHub,

  # build-system
  cython_0,
  cython,
  oldest-supported-numpy,
  setuptools,

@@ -47,7 +47,7 @@ buildPythonPackage rec {
    '';

  build-system = [
    cython_0
    cython
    oldest-supported-numpy
    setuptools
  ];