diff --git a/.SRCINFO b/.SRCINFO index fecad5144ad9..ab4a1b2b17d4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -17,8 +17,8 @@ pkgbase = python-pydna depends = python-biopython depends = python-networkx depends = python-prettytable - depends = python-pyperclip depends = python-pyfiglet + depends = python-regex optdepends = python-scipy: gel simulation optdepends = python-matplotlib: gel simulation optdepends = python-pyparsing: download diff --git a/PKGBUILD b/PKGBUILD index c09e0b70c68d..6695fd048f76 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,8 @@ pkgdesc="Representing double stranded DNA and functions for simulating cloning a arch=(any) url="https://github.com/bjornfjohansson/${_base}" license=(BSD-3-Clause) -depends=(python-appdirs python-biopython python-networkx python-prettytable python-pyperclip python-pyfiglet) +depends=(python-appdirs python-biopython python-networkx python-prettytable + python-pyfiglet python-regex) makedepends=(python-build python-installer python-poetry-dynamic-versioning python-wheel git) checkdepends=(python-pytest python-requests-mock ipython) # python-cai2 optdepends=('python-scipy: gel simulation'