mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.backports-entry-points-selectable: use backports namespace
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user