Skip to content
Snippets Groups Projects
Verified Commit 592ea131 authored by sunpoet's avatar sunpoet
Browse files

www/py-httpcore: Fix build after d5932ae4

- Bump PORTREVISION for package change
parent 6cc8ee7c
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
PORTNAME= httpcore
PORTVERSION= 0.14.5
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0<4:devel/py-anyio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}h11>=0.11<0.13:net/py-h11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}h11>=0.11<0.14:net/py-h11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sniffio>=1.0<2:devel/py-sniffio@${PY_FLAVOR}
USES= python:3.6+
......
--- setup.py.orig 2022-01-18 11:44:56 UTC
+++ setup.py
@@ -54,7 +54,7 @@ setup(
include_package_data=True,
zip_safe=False,
install_requires=[
- "h11>=0.11,<0.13",
+ "h11>=0.11,<0.14",
"sniffio==1.*",
"anyio==3.*",
"certifi",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment