pythonPackages.jaraco-classes: add pythonNamespace back

See https://github.com/NixOS/nixpkgs/pull/114639#discussion_r584802038
This commit is contained in:
Sandro 2021-03-01 17:50:19 +01:00 committed by Jonathan Ringer
parent d58effee80
commit bb310fc2c7

View File

@ -16,6 +16,8 @@ buildPythonPackage rec {
sha256 = "0wzrcsxi9gb65inayg0drm08iaw37jm1lqxhz3860i6pwjh503pr";
};
pythonNamespaces = [ "jaraco" ];
SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [ setuptools_scm toml ];