Skip to content

Commit 6fe3561

Browse files
author
Release Manager
committed
gh-36209: build/pkgs/ipython/dependencies: drop jinja2 IPython itself no longer depends on jinja2 after nbconvert was factored out of it. URL: #36209 Reported by: Michael Orlitzky Reviewer(s): Matthias Köppe
2 parents 78efe55 + 6f9fd72 commit 6fe3561

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build/pkgs/ipython/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jinja2 tornado pyzmq pickleshare simplegeneric traitlets decorator wcwidth prompt_toolkit pygments pexpect appnope backcall jedi stack_data | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
tornado pyzmq pickleshare simplegeneric traitlets decorator wcwidth prompt_toolkit pygments pexpect appnope backcall jedi stack_data | $(PYTHON_TOOLCHAIN) $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/sagelib/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FORCE $(SCRIPTS) arb boost_cropped $(BLAS) brial cliquer cypari cysignals cython ecl eclib ecm flint libgd gap giac givaro glpk gmpy2 gsl iml importlib_metadata importlib_resources jinja2 jupyter_core lcalc lrcalc_python libbraiding libhomfly libpng linbox m4ri m4rie memory_allocator mpc mpfi mpfr $(MP_LIBRARY) ntl numpy pari pip pkgconfig planarity ppl pplpy primesieve primecount primecountpy pycygwin $(PYTHON) requests rw sage_conf singular symmetrica typing_extensions $(PCFILES) | $(PYTHON_TOOLCHAIN) sage_setup $(PYTHON) pythran
1+
FORCE $(SCRIPTS) arb boost_cropped $(BLAS) brial cliquer cypari cysignals cython ecl eclib ecm flint libgd gap giac givaro glpk gmpy2 gsl iml importlib_metadata importlib_resources jupyter_core lcalc lrcalc_python libbraiding libhomfly libpng linbox m4ri m4rie memory_allocator mpc mpfi mpfr $(MP_LIBRARY) ntl numpy pari pip pkgconfig planarity ppl pplpy primesieve primecount primecountpy pycygwin $(PYTHON) requests rw sage_conf singular symmetrica typing_extensions $(PCFILES) | $(PYTHON_TOOLCHAIN) sage_setup $(PYTHON) pythran
22

33
----------
44
All lines of this file are ignored except the first.

src/setup.cfg.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ dnl From build/pkgs/sagelib/dependencies
2020
SPKG_INSTALL_REQUIRES_gmpy2
2121
SPKG_INSTALL_REQUIRES_importlib_metadata
2222
SPKG_INSTALL_REQUIRES_importlib_resources
23-
SPKG_INSTALL_REQUIRES_jinja2
2423
SPKG_INSTALL_REQUIRES_jupyter_core
2524
SPKG_INSTALL_REQUIRES_lrcalc_python
2625
SPKG_INSTALL_REQUIRES_memory_allocator

0 commit comments

Comments
 (0)