From e8b458b83ee20d3275da6bed73dadeed7124916e Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Fri, 27 Mar 2026 12:00:23 +0100 Subject: [PATCH] another try --- requirements.debian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.debian b/requirements.debian index a248437..0a5a568 100644 --- a/requirements.debian +++ b/requirements.debian @@ -1,7 +1,7 @@ #!/bin/bash apt-get -y install libcairo2-dev gir1.2-gtksource-3.0 -apt-get -y install python3-dev python3-scipy python3-lmfit python3-matplotlib python3-tables python3-xdg python3-setuptools -apt-get -y install debhelper dh-sequence-python3 lsb-release sphinx-common sphinx-rtd-theme-common pybuild-plugin-pyproject python3-sphinxcontrib.bibtex +apt-get -y install python3-dev python3-scipy python3-lmfit python3-matplotlib python3-tables python3-xdg python3-setuptools python3-sphinx-rtd-theme +apt-get -y install debhelper dh-sequence-python3 lsb-release sphinx-common pybuild-plugin-pyproject python3-sphinxcontrib.bibtex DEBRELEASE=$(lsb_release -cs) case $DEBRELEASE in "trixie")