From 662b5064cfbe01b772d059b447859a8c8f96547d Mon Sep 17 00:00:00 2001 From: Christian Dersch Date: Mon, 4 Mar 2019 18:20:32 +0100 Subject: [PATCH] Disable automatic dependency generators until we fixed (optional) deps --- python-scikit-image.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-scikit-image.spec b/python-scikit-image.spec index 960b42d..1aaccdf 100644 --- a/python-scikit-image.spec +++ b/python-scikit-image.spec @@ -1,8 +1,11 @@ %global srcname scikit-image +# Disable automatic dependency generators until we fixed (optional) deps +%{?python_disable_dependency_generator} + Name: python-scikit-image Version: 0.14.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Image processing in Python # The following files are BSD 2 clauses, the rest BSD 3 clauses # skimage/graph/_mcp.pyx @@ -91,6 +94,9 @@ popd %changelog +* Mon Mar 04 2019 Christian Dersch - 0.14.0-7 +- Disable automatic dependency generators until we fixed (optional) deps + * Sat Feb 02 2019 Fedora Release Engineering - 0.14.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild