Skip to content

Commit d2d56d2

Browse files
committed
python-curl: bump to version 7.45.7
Change bumps version to 7.45.7 Adding python-setuptools/host as PKG_BUILD_DEPENDS. Package is no longer needed. Fixes: #27915 Signed-off-by: Alexandru Ardelean <[email protected]>
1 parent 00204af commit d2d56d2

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

lang/python/python-curl/Makefile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@
55
include $(TOPDIR)/rules.mk
66

77
PKG_NAME:=pycurl
8-
PKG_VERSION:=7.45.2
9-
PKG_RELEASE:=3
8+
PKG_VERSION:=7.45.7
9+
PKG_RELEASE:=1
1010

1111
PYPI_NAME:=$(PKG_NAME)
12-
PKG_HASH:=5730590be0271364a5bddd9e245c9cc0fb710c4cbacbdd95264a3122d23224ca
12+
PKG_HASH:=9d43013002eab2fd6d0dcc671cd1e9149e2fc1c56d5e796fad94d076d6cb69ef
1313

1414
PKG_MAINTAINER:=Waldemar Konik <[email protected]>
1515
PKG_LICENSE:=LGPL-2.1
1616
PKG_LICENSE_FILES:=COPYING-LGPL
1717

18+
PKG_BUILD_DEPENDS:= \
19+
python3/host \
20+
python-setuptools/host
21+
1822
include ../pypi.mk
1923
include $(INCLUDE_DIR)/package.mk
2024
include ../python3-package.mk

lang/python/python-curl/patches/100_macos_compat.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)