summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2021-11-29 20:33:18 +0100
committerRichard Neumann2021-11-29 20:33:18 +0100
commit811c9fb9a772c6a5708595fb7f1462844a92444a (patch)
tree41e6d2ebe2396d4a3ff1e9d6fa8e076ab9764f6c
parent4eba937b705327d75176df96e383443340d61b36 (diff)
downloadaur-811c9fb9a772c6a5708595fb7f1462844a92444a.tar.gz
Remove obsolete dependency on strflib
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc9b62f975a6..91b52e436bad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = python-peeweeplus
makedepends = python-setuptools-git
depends = python
depends = python-peewee
- depends = python-strflib
optdepends = python-argon2_cffi: for Argon2Field
optdepends = python-authlib: for authlib integration
provides = python-peeweeplus
diff --git a/PKGBUILD b/PKGBUILD
index 0e025f883113..36ed07039886 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Practical extension of a small, expressive ORM'
arch=('any')
url="https://gitlab.com/HOMEINFO/${_pkgbase}"
license=('GPLv3')
-depends=('python' 'python-peewee' 'python-strflib')
+depends=('python' 'python-peewee')
optdepends=('python-argon2_cffi: for Argon2Field' 'python-authlib: for authlib integration')
makedepends=('git' 'python' 'python-setuptools' 'python-setuptools-git')
provides=("python-${_pkgbase}")