File:  [cvs.NetBSD.org] / pkgsrc / net / py-stone / patches / patch-setup.py
Revision 1.4: download - view: text, annotated - select for diffs
Sat Aug 10 16:14:40 2024 UTC (7 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
py-stone: add upstream bug report URL

$NetBSD: patch-setup.py,v 1.4 2024/08/10 16:14:40 wiz Exp $

Remove unused depdendency.
https://github.com/dropbox/stone/issues/344

--- setup.py.orig	2024-07-19 18:05:56.000000000 +0000
+++ setup.py
@@ -21,7 +21,6 @@ with open('requirements.txt') as f:  # p
     install_reqs += f.read().splitlines()
 
 setup_requires = [
-    'pytest-runner == 5.3.2',
 ]
 
 # WARNING: This imposes limitations on test/requirements.txt such that the

CVSweb <webmaster@jp.NetBSD.org>