Date: Sunday, April 23, 2023 @ 05:17:13
Author: polyzen
Revision: 1448349
upgpkg: python-httpretty 1.1.4-6: Drop rednose dep
Modified:
python-httpretty/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-23 05:15:56 UTC (rev 1448348)
+++ PKGBUILD 2023-04-23 05:17:13 UTC (rev 1448349)
@@ -2,7 +2,7 @@
pkgname=python-httpretty
pkgver=1.1.4
-pkgrel=5
+pkgrel=6
pkgdesc="HTTP client mock for Python"
arch=('any')
url="https://github.com/gabrielfalcao/httpretty"
@@ -10,7 +10,7 @@
depends=('python-urllib3')
makedepends=('python-setuptools')
checkdepends=('python-nose' 'python-coverage' 'python-eventlet'
'python-freezegun' 'python-httplib2'
- 'python-redis' 'python-rednose' 'python-requests' 'python-sure'
'python-tornado'
+ 'python-redis' 'python-requests' 'python-sure' 'python-tornado'
'python-httpx' 'python-boto3')
source=("https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver/$pkgname-$pkgver.tar.gz"
$pkgname-drop-mock.patch::https://github.com/gabrielfalcao/HTTPretty/pull/452.patch)
@@ -20,6 +20,7 @@
prepare() {
cd HTTPretty-$pkgver
patch -p1 -i ../$pkgname-drop-mock.patch
+ sed -i '/rednose/d' setup.cfg
}
build() {