python3Packages.jaraco_functools: enforce jaraco namespace

This commit is contained in:
Jonathan Ringer 2020-11-20 10:51:30 -08:00 committed by Jonathan Ringer
parent f5d9dd3050
commit 6192e912d8

View file

@ -17,6 +17,8 @@ buildPythonPackage rec {
doCheck = false;
pythonNamespaces = [ "jaraco" ];
meta = with lib; {
description = "Additional functools in the spirit of stdlib's functools";
homepage = "https://github.com/jaraco/jaraco.functools";