python3Packages.backports-entry-points-selectable: use backports namespace

This commit is contained in:
Jonathan Ringer 2021-09-10 09:03:23 -07:00
parent d9341eafa2
commit 02633095e3
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -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";