From 5a48d68dc1b05a80d1672a6ab5999e8a30a7459723fd21243996d2f4c24f87c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 18 Jul 2018 09:20:04 +0000 Subject: [PATCH] - Drop not needed devel and nose deps OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=42 --- python-urllib3.changes | 5 +++++ python-urllib3.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-urllib3.changes b/python-urllib3.changes index 0001ec0..c4aa9c8 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 18 09:19:49 UTC 2018 - tchvatal@suse.com + +- Drop not needed devel and nose deps + ------------------------------------------------------------------- Sun Jul 15 22:30:26 UTC 2018 - mimi.vx@gmail.com diff --git a/python-urllib3.spec b/python-urllib3.spec index 81ecf5b..f200a0c 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -35,9 +35,7 @@ Patch3: urllib3-test-ssl-drop-sslv3.patch # PATCH-FIX-UPSTREAM python-urllib3-recent-date.patch gh#shazow/urllib3#1303, boo#1074247 dimstar@opensuse.org -- Fix test suite, use correct date Patch4: python-urllib3-recent-date.patch BuildRequires: %{python_module PySocks} -BuildRequires: %{python_module devel} BuildRequires: %{python_module mock >= 1.3.0} -BuildRequires: %{python_module nose >= 1.3.7} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest} BuildRequires: %{python_module tornado >= 4.2.1}