diff --git a/util/admin/pgadmin4/actions.py b/util/admin/pgadmin4/actions.py
index 2abd15471f..1003b24368 100644
--- a/util/admin/pgadmin4/actions.py
+++ b/util/admin/pgadmin4/actions.py
@@ -7,6 +7,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
+ shelltools.export("CYTHON", "/usr/bin/cython3")
installdir = get.installDIR()
shelltools.system("pip3 install --no-build-isolation --ignore-installed "
"--prefix=/usr --root='%s' "
diff --git a/util/admin/pgadmin4/pspec.xml b/util/admin/pgadmin4/pspec.xml
index c0d2bb0d3f..a4d7f163c5 100644
--- a/util/admin/pgadmin4/pspec.xml
+++ b/util/admin/pgadmin4/pspec.xml
@@ -14,11 +14,15 @@
pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL.
https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v9.14/source/pgadmin4-9.14.tar.gz
+ cython3
python3
python3-devel
pip3
nodejs
postgresql-lib
+ python3-wheel
+ e2fsprogs-devel
+ mit-kerberos-devel