python3Packages.jaraco_itertools: enforce jaraco namespace

This commit is contained in:
Jonathan Ringer 2020-11-20 10:54:52 -08:00 committed by Jonathan Ringer
parent 304c2d2d95
commit 7e0bffcb94

View file

@ -11,6 +11,8 @@ buildPythonPackage rec {
sha256 = "6447d567f57efe5efea386265c7864652e9530830a1b80f43e60b4f222b9ab84";
};
pythonNamespaces = [ "jaraco" ];
nativeBuildInputs = [ setuptools_scm ];
patches = [