python3Packages.backports-functools-lru-cache: use backports namespace

This commit is contained in:
Jonathan Ringer 2021-09-10 09:04:02 -07:00
parent 02633095e3
commit b380022025
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -30,6 +30,8 @@ buildPythonPackage rec {
# Test fail on Python 2
doCheck = isPy3k;
pythonNamespaces = [ "backports" ];
meta = {
description = "Backport of functools.lru_cache";
homepage = "https://github.com/jaraco/backports.functools_lru_cache";