From 0fd868909439d03cacb574334444ebdba8d8f7a01f629116e209d423111bc327 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 24 Jul 2020 00:56:21 +0000 Subject: [PATCH] Actually remove BR, not just comment it out OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=34 --- python-ldap3.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-ldap3.spec b/python-ldap3.spec index fd7b0c4..7c59d9a 100644 --- a/python-ldap3.spec +++ b/python-ldap3.spec @@ -27,7 +27,6 @@ Source: https://github.com/cannatag/ldap3/archive/v%{version}.tar.gz # PATCH-FIX-UPSTREAM skip-missing-LDAP-server.patch gh#cannatag/ldap3#843 mcepl@suse.com # skip over tests failing because of the missing local LDAP server running Patch0: skip-missing-LDAP-server.patch -# BuildRequires: %%{python_module nose} BuildRequires: %{python_module pyasn1 >= 0.4.6} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}