python3Packages.jaraco_text: enforce jaraco namespace

This commit is contained in:
Jonathan Ringer 2020-11-20 10:52:15 -08:00 committed by Jonathan Ringer
parent 6192e912d8
commit 02ac13b563

View file

@ -13,6 +13,8 @@ buildPythonPackage rec {
sha256 = "1v0hz3h74m31jlbc5bxwkvrx1h2n7887bajrg1n1c3yc4q8qn1z5";
};
pythonNamespaces = [ "jaraco" ];
nativeBuildInputs =[ setuptools_scm ];
propagatedBuildInputs = [
jaraco_functools