Skip to content

Commit

Permalink
Merge pull request #250830 from KiruyaMomochi/ruamel-base
Browse files Browse the repository at this point in the history
python3.pkgs.ruamel-base: add pythonNamespaces to remove nspkg.pth file
  • Loading branch information
tjni authored Aug 23, 2023
2 parents 85731cd + 2b2ff20 commit a629411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/ruamel-base/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ buildPythonPackage rec {

pythonImportsCheck = [ "ruamel.base" ];

pythonNamespaces = [ "ruamel" ];

meta = with lib; {
description = "Common routines for ruamel packages";
homepage = "https://sourceforge.net/projects/ruamel-base/";
Expand Down

0 comments on commit a629411

Please sign in to comment.