From 2f047d3bf00acb49da077437c10f568dc6e2baea83fe87f737db8b39ff5e72fd Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 16 Feb 2019 02:51:10 +0000 Subject: [PATCH] Remove unnecessary build dependency on pypandoc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=2 --- python-python-dotenv.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-python-dotenv.spec b/python-python-dotenv.spec index edd0bab..eeaedd7 100644 --- a/python-python-dotenv.spec +++ b/python-python-dotenv.spec @@ -27,7 +27,6 @@ URL: http://github.com/theskumar/python-dotenv Source: https://github.com/theskumar/python-dotenv/archive/v%{version}.tar.gz BuildRequires: %{python_module click >= 5.0} BuildRequires: %{python_module jupyter_ipython} -BuildRequires: %{python_module pypandoc} BuildRequires: %{python_module pytest >= 3.0.5} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sh >= 1.09}