python3Packages.jaraco_functools: enforce jaraco namespace
This commit is contained in:
parent
f5d9dd3050
commit
6192e912d8
@ -17,6 +17,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonNamespaces = [ "jaraco" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Additional functools in the spirit of stdlib's functools";
|
description = "Additional functools in the spirit of stdlib's functools";
|
||||||
homepage = "https://github.com/jaraco/jaraco.functools";
|
homepage = "https://github.com/jaraco/jaraco.functools";
|
||||||
|
Loading…
Reference in New Issue
Block a user