From dac2d47246c7a6bed2d0eb443aa5525f0d51e0f2 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Mon, 24 Aug 2020 18:02:39 +0200 Subject: [PATCH] Depend on typedload --- .travis.yml | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 20d628d..d8f4fe7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: install: - pip install mypy - pip install xtermcolor + - pip install typedload script: - make mypy diff --git a/debian/control b/debian/control index d18b47f..6dc6df2 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: math Priority: optional Maintainer: Salvo 'LtWorf' Tomaselli Build-Depends: debhelper-compat (= 13), debhelper (>= 13), python3, dh-python, python3-xtermcolor, pyqt5-dev-tools, - python3-distutils + python3-distutils, python3-typedload Standards-Version: 4.5.0 X-Python3-Version: >= 3.8 Homepage: https://ltworf.github.io/relational/ @@ -12,7 +12,7 @@ Rules-Requires-Root: no Package: python3-relational Architecture: all Section: python -Depends: ${misc:Depends}, ${python3:Depends} +Depends: ${misc:Depends}, ${python3:Depends}, python3-typedload Description: Educational tool for relational algebra (standalone module) Relational is primarily a tool to provide a workspace for experimenting with relational algebra, an offshoot of first-order logic.