python3.pkgs.ruamel-base: add pythonNamespaces to remove nspkg.pth file

This commit is contained in:
百地 希留耶 2023-08-23 02:44:44 +08:00
parent 85731cde67
commit 2b2ff2019e

View File

@ -18,6 +18,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "ruamel.base" ]; pythonImportsCheck = [ "ruamel.base" ];
pythonNamespaces = [ "ruamel" ];
meta = with lib; { meta = with lib; {
description = "Common routines for ruamel packages"; description = "Common routines for ruamel packages";
homepage = "https://sourceforge.net/projects/ruamel-base/"; homepage = "https://sourceforge.net/projects/ruamel-base/";