This commit is contained in:
Rmys
2026-04-18 14:24:34 +03:00
committed by GitHub
parent cba5f3d1ca
commit a981053933
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -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' "
+4
View File
@@ -14,11 +14,15 @@
<Description>pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL.</Description>
<Archive sha1sum="16303b96f5d302b27f3145857a190615966fe155" type="targz">https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v9.14/source/pgadmin4-9.14.tar.gz</Archive>
<BuildDependencies>
<Dependency>cython3</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>pip3</Dependency>
<Dependency>nodejs</Dependency>
<Dependency>postgresql-lib</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
<Dependency>mit-kerberos-devel</Dependency>
</BuildDependencies>