Skip to content
Snippets Groups Projects
Commit e906aef9 authored by Valentin Groues's avatar Valentin Groues :eyes:
Browse files

Merge branch 'fix/build_jobs' into 'master'

add dependencies to rpm and deb build scripts

See merge request !465
parents 29843698 227638df
No related branches found
Tags v18.0.0-beta.4
1 merge request!465add dependencies to rpm and deb build scripts
Pipeline #101682 passed with warnings
......@@ -11,7 +11,7 @@ Vcs-Browser: https://git-r3lab.uni.lu/NCER-PD/scheduling-system.git
Package: smasch
Architecture: all
Section: science
Depends: ${misc:Depends}, python3(>=3.6), virtualenv, libcurl4-gnutls-dev, libpng-dev, libfreetype6-dev, libpq-dev, gcc, g++, python3-dev, libgnutls28-dev, libjpeg-dev, libfreetype6-dev, pkg-config, cron, libsasl2-dev, libldap2-dev, libssl-dev
Depends: ${misc:Depends}, python3(>=3.6), virtualenv, libcurl4-gnutls-dev, libpng-dev, libfreetype6-dev, libpq-dev, gcc, g++, python3-dev, libgnutls28-dev, libjpeg-dev, libfreetype6-dev, pkg-config, cron, libsasl2-dev, libldap2-dev, libssl-dev, default-libmysqlclient-dev, python3-venv
Description: SMart SCHeduling - research study scheduling program
The program controls and simplifies the scheduling, and is able to manage a
big data base of patients. Smasch is also used to organize the daily
......
......@@ -11,6 +11,7 @@ Requires: libpng-devel
Requires: freetype-devel
Requires: postgresql-libs
Requires: postgresql-devel
Requires: mariadb-devel
Requires: gcc
Requires: gcc-toolset-11
Requires: python39-devel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment