[arch-commits] Commit in python-sqlalchemy/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sat May 15 23:00:49 UTC 2021


    Date: Saturday, May 15, 2021 @ 23:00:48
  Author: anthraxx
Revision: 934838

upgpkg: python-sqlalchemy 1.4.15-2: add missing greenlet dep

Modified:
  python-sqlalchemy/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-15 23:00:10 UTC (rev 934837)
+++ PKGBUILD	2021-05-15 23:00:48 UTC (rev 934838)
@@ -4,12 +4,12 @@
 
 pkgname=python-sqlalchemy
 pkgver=1.4.15
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://www.sqlalchemy.org/"
 license=('MIT')
 pkgdesc='Python SQL toolkit and Object Relational Mapper'
-depends=('python')
+depends=('python' 'python-greenlet')
 optdepends=('python-psycopg2: connect to PostgreSQL database')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-mock')



More information about the arch-commits mailing list