From 43381453cdeef568a973d725b3b6b7b53b6813ab Mon Sep 17 00:00:00 2001
From: Daniel Bengtsson <dbengt@redhat.com>
Date: Tue, 10 Dec 2024 11:23:22 +0100
Subject: [PATCH] Remove pyngus from dependencies

The `pyngus` library was introduced as a dependency for the AMQP 1.0 driver.
Since the AMQP 1.0 driver has been removed from the project, this library is
no longer needed. This patch cleans up the dependencies by removing `pyngus`
from the requirements.

A dependency check (`pipdeptree`) confirms that `pyngus` is not used directly
or indirectly in the project.

Change-Id: Idf94ceaa96005a74e60fafc0124df659a8854ea5
---
 doc/requirements.txt  | 1 -
 test-requirements.txt | 4 ----
 2 files changed, 5 deletions(-)

diff --git a/doc/requirements.txt b/doc/requirements.txt
index 2ce339c25..91af5ff4d 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -5,5 +5,4 @@ reno>=3.1.0 # Apache-2.0
 # imported when the source code is parsed for generating documentation:
 fixtures>=3.0.0 # Apache-2.0/BSD
 confluent-kafka>=0.11.6 # Apache-2.0
-pyngus>=2.2.0 # Apache-2.0
 tenacity>=3.2.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6aa7f7fac..161e0c9cb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,9 +10,5 @@ confluent-kafka>=1.3.0 # Apache-2.0
 
 coverage>=4.0 # Apache-2.0
 
-# AMQP 1.0 support depends on the Qpid Proton AMQP 1.0
-# development libraries.
-pyngus>=2.2.0 # Apache-2.0
-
 eventlet>=0.23.0 # MIT
 greenlet>=0.4.15 # MIT