![]() ![]() | ![]() |
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