diff --git a/system/base/pycurl/actions.py b/system/base/pycurl/actions.py
index 874532a8..978a362d 100644
--- a/system/base/pycurl/actions.py
+++ b/system/base/pycurl/actions.py
@@ -11,6 +11,9 @@ from pisi.actionsapi import get
shelltools.export("PYCURL_SSL_LIBRARY", "openssl")
+shelltools.export("CC", "gcc -std=gnu99")
+shelltools.export("CFLAGS", "%s -Wno-error=declaration-missing-parameter-type" % get.CFLAGS())
+
def install():
# no static libs
pisitools.dosed("setup.py", ", \"--static-libs\"")
diff --git a/system/base/pycurl/pspec.xml b/system/base/pycurl/pspec.xml
index fcc00622..af3ec836 100644
--- a/system/base/pycurl/pspec.xml
+++ b/system/base/pycurl/pspec.xml
@@ -14,7 +14,7 @@
PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program.
https://files.pythonhosted.org/packages/85/59/8f4169b1d91505c106fff5a9b01e505ab8798fbc7b5b2104ac8445d61a44/pycurl-7.45.4.tar.gz
- curl-devel
+ curl-devel
python-devel
openssl-devel
python-setuptools
@@ -24,7 +24,7 @@
pycurl
- curl
+ curl
python
openssl
@@ -35,6 +35,13 @@
+
+ 2026-01-11
+ 7.45.4
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2025-09-15
7.45.4