gnu: python-glue-qt: Relax requirements for ipython version.
* gnu/packages/astronomy.scm (python-glue-qt):
[phases]{relax-requirements}: New phase.
Change-Id: I25ede5ae073ff7e5d568e99b29b15a95008a696f
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 5 insertions(+), 0 deletions(-) M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +5 -0
@@ 5200,6 5200,11 @@ across many files.") ;; tests: 618 passed, 4 skipped, 2 xfailed, 436 warnings #:phases #~(modify-phases %standard-phases (add-after 'unpack 'relax-requirements (lambda _ (substitute* "pyproject.toml" ;; ipython>=4.0,<9.0 ((">=4.0,<9\\.0") ">=4.0")))) (add-before 'build 'set-env-version (lambda _ (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))