summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErik2024-04-29 11:36:39 +0200
committerErik2024-04-29 11:36:39 +0200
commit142ca1cef79f1244e26b81b4b9a41b4ab9fe00bf (patch)
treebd15611ea455dfc8b0d1225a90ad0f30ab07829d /PKGBUILD
parentbb599dc1f50e2d8c555288c64f7eec2dd646f8c2 (diff)
downloadaur-openlp-git.tar.gz
Added python-sqlalchemy as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99b80bb7432e..8665c46f3319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ makedepends=('qt5-tools' 'git' 'python-pip')
depends=('python>=3.10' 'python<3.13' 'python-pyqt5' 'phonon-qt5'
'python-pyqt5-webengine' 'python-flask' 'python-flask-cors'
'python-pymediainfo' 'python-qrcode' 'python-platformdirs'
- 'python-chardet' 'python-lxml' 'python-six'
+ 'python-chardet' 'python-lxml' 'python-six' 'python-sqlalchemy'
'python-beautifulsoup4' 'python-pyenchant' 'python-dbus'
'python-alembic' 'mediainfo' 'qt5-multimedia' 'python-zeroconf'
'qt5-webkit' 'qt5-svg' 'python-webob' 'python-requests' 'vlc'