From 2f97a666a564fea0fdcff00a0513aa8b4c2d60fe Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 22 May 2021 18:51:05 +0200 Subject: gnu: python-urllib3: Don't use 'package/inherit' on replacement package. * gnu/packages/python-web.scm (python-urllib3/fixed): Use regular inheritance instead of PACKAGE/INHERIT. --- gnu/packages/python-web.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 9815ba011b..72eb93541b 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2784,7 +2784,8 @@ supports url redirection and retries, and also gzip and deflate decoding.") (license license:expat))) (define python-urllib3/fixed - (package/inherit python-urllib3 + (package + (inherit python-urllib3) (version "1.26.4") (source (origin -- cgit v1.2.3