python3Packages.backports-entry-points-selectable: use backports namespace
This commit is contained in:
parent
d9341eafa2
commit
02633095e3
@ -21,6 +21,8 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "backports.entry_points_selectable" ];
|
||||
|
||||
pythonNamespaces = [ "backports" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Compatibility shim providing selectable entry points for older implementations";
|
||||
homepage = "https://github.com/jaraco/backports.entry_points_selectable";
|
||||
|
Loading…
Reference in New Issue
Block a user