pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-requests py-requests: add py-chardet as a dep...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e66f44c32b8
branches: trunk
changeset: 388467:8e66f44c32b8
user: adam <adam%pkgsrc.org@localhost>
date: Sun Nov 20 23:19:20 2022 +0000
description:
py-requests: add py-chardet as a dependency to fix a problem with charset-normalizer>=3 not being supported
diffstat:
devel/py-requests/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r bdb225b98aaf -r 8e66f44c32b8 devel/py-requests/Makefile
--- a/devel/py-requests/Makefile Sun Nov 20 22:59:02 2022 +0000
+++ b/devel/py-requests/Makefile Sun Nov 20 23:19:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2022/07/10 20:09:56 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2022/11/20 23:19:20 adam Exp $
DISTNAME= requests-2.28.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@
DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-certifi>=2017.4.17:../../security/py-certifi
+# TODO: remove chardet once charset-normalizer>=3 is supported
+DEPENDS+= ${PYPKGPREFIX}-chardet>=3.0.2:../../converters/py-chardet
DEPENDS+= ${PYPKGPREFIX}-charset-normalizer>=2:../../converters/py-charset-normalizer
DEPENDS+= ${PYPKGPREFIX}-idna>=2.5:../../www/py-idna
DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.21.1:../../www/py-urllib3
Home |
Main Index |
Thread Index |
Old Index