diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2023-03-29 13:32:28 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2023-03-29 13:32:28 +0000 |
| commit | a2f7bf224c020bc33ade7f0949cc595f935391f8 (patch) | |
| tree | 8dacbeb8f6a7a81c87e9fbfafe1a9dff9335aee9 /debian | |
| parent | e3bdd4846dd4d21e1fcbf28804d4728e82bda38f (diff) | |
| download | boca-a2f7bf224c020bc33ade7f0949cc595f935391f8.tar.gz boca-a2f7bf224c020bc33ade7f0949cc595f935391f8.zip | |
d/control: add python3-matplotlib as depends for boca-web
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7ea2089..fd6fea9 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Description: BOCA - database Package: boca-web Architecture: all -Depends: ${misc:Depends}, ${shlibs:Depends}, boca-common, apache2, php8.1-fpm, php8.1 +Depends: ${misc:Depends}, ${shlibs:Depends}, boca-common, apache2, php8.1-fpm, php8.1, python3-matplotlib Conflicts: libapache2-mod-php Description: BOCA - WEB files BOCA is a software created to control a contest with the ACM International |