pythonPackages.jaraco-classes: add pythonNamespace back
See https://github.com/NixOS/nixpkgs/pull/114639#discussion_r584802038
This commit is contained in:
parent
d58effee80
commit
bb310fc2c7
@ -16,6 +16,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0wzrcsxi9gb65inayg0drm08iaw37jm1lqxhz3860i6pwjh503pr";
|
sha256 = "0wzrcsxi9gb65inayg0drm08iaw37jm1lqxhz3860i6pwjh503pr";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonNamespaces = [ "jaraco" ];
|
||||||
|
|
||||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools_scm toml ];
|
nativeBuildInputs = [ setuptools_scm toml ];
|
||||||
|
Loading…
Reference in New Issue
Block a user