git: 60654425e547 - main - devel/py-os-brick: Fix version requirement of RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 25 Mar 2022 13:44:06 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=60654425e5472c11966cc294d37bbd1f3f39ce64

commit 60654425e5472c11966cc294d37bbd1f3f39ce64
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 12:59:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:36:57 +0000

    devel/py-os-brick: Fix version requirement of RUN_DEPENDS
---
 devel/py-os-brick/Makefile                     |  2 +-
 devel/py-os-brick/files/patch-requirements.txt | 11 -----------
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/devel/py-os-brick/Makefile b/devel/py-os-brick/Makefile
index fc473477b043..15798bc90a87 100644
--- a/devel/py-os-brick/Makefile
+++ b/devel/py-os-brick/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}eventlet>=0.30.1:net/py-eventlet@${PY_FLAVOR
 		${PYTHON_PKGNAMEPREFIX}oslo.serialization>=4.2.0:devel/py-oslo.serialization@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.service>=2.8.0:devel/py-oslo.service@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.utils>=4.12.1:devel/py-oslo.utils@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pbr>=5.5.0:devel/py-pbr@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pbr>=5.8.0:devel/py-pbr@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.25.1:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tenacity>=6.3.1:devel/py-tenacity@${PY_FLAVOR}
 
diff --git a/devel/py-os-brick/files/patch-requirements.txt b/devel/py-os-brick/files/patch-requirements.txt
deleted file mode 100644
index 3082f781e17f..000000000000
--- a/devel/py-os-brick/files/patch-requirements.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- requirements.txt.orig	2022-02-18 15:37:53 UTC
-+++ requirements.txt
-@@ -2,7 +2,7 @@
- # of appearance. Changing the order has an impact on the overall integration
- # process, which may cause wedges in the gate later.
- 
--pbr>=5.8.0 # Apache-2.0
-+pbr>=5.5.0 # Apache-2.0
- eventlet>=0.30.1,!=0.32.0 # MIT
- oslo.concurrency>=4.5.0 # Apache-2.0
- oslo.context>=3.4.0 # Apache-2.0