From ec2aa95875ade237d2981528ac5529ba6137da3e Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Tue, 13 Jul 2021 23:01:45 +0530 Subject: [PATCH] Retire django-openstack-auth ``django_openstack_auth`` code was merged into the main horizon repository during the queens release. This repo is already deprecated and now we can retire it. This patch removes all references of ``django_openstack_auth`` as mentioned in [1]. [1] https://docs.openstack.org/project-team-guide/repository.html#retiring-a-repository Needed-By: https://review.opendev.org/c/openstack/project-config/+/800532/ Change-Id: Ie57ff1193c516ba7d6ba8e60a389ed5bf9fd72fc --- pymod2pkg/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pymod2pkg/__init__.py b/pymod2pkg/__init__.py index a7fcc29..a10de9c 100644 --- a/pymod2pkg/__init__.py +++ b/pymod2pkg/__init__.py @@ -305,7 +305,6 @@ SUSE_PKG_MAP = [ ] UBUNTU_PKG_MAP = [ - SingleRule('django_openstack_auth', 'python-openstack-auth'), SingleRule('glance_store', 'python-glance-store'), SingleRule('GitPython', 'python-git'), SingleRule('libvirt-python', 'python-libvirt'),