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.
This commit is contained in:
Marius Bakke 2021-05-22 18:51:05 +02:00
parent 9419f97a71
commit 2f97a666a5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2784,7 +2784,8 @@ (define-public python-urllib3
(license license:expat)))
(define python-urllib3/fixed
(package/inherit python-urllib3
(package
(inherit python-urllib3)
(version "1.26.4")
(source
(origin