Unverified Commit febc9e98 authored by Moritz Sanft's avatar Moritz Sanft Committed by GitHub
Browse files

python3Packages.greatfet: relax dependency on ipython (#403451)

parents 5ecea3e6 6a933404
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonRelaxDeps = [ "ipython" ];

  dependencies = [
    cmsis-svd
    future