From 5af6ad71bc67c0a5675c54efa7148860ac63099c Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Aug 16 2021 15:50:47 +0000 Subject: link to nose removal PR Link to the upstream PR that drops nose. This makes it easier for future maintainers to know when upstream drops nose, so we can drop it here also. --- diff --git a/python-routes.spec b/python-routes.spec index e31fbc2..cfefebb 100644 --- a/python-routes.spec +++ b/python-routes.spec @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) +# nose removal in https://github.com/bbangert/routes/pull/107 BuildRequires: python3dist(nose) BuildRequires: python3dist(webtest) BuildRequires: python3dist(webob)