#4 Update dependency on python3-network
Merged 4 years ago by sergiopr. Opened 4 years ago by ankursinha.
rpms/ ankursinha/python-scikit-image master  into  master

file modified
+6 -3
@@ -5,7 +5,7 @@ 

  

  Name: python-scikit-image

  Version: 0.16.2

- Release: 2%{?dist}

+ Release: 3%{?dist}

  Summary: Image processing in Python

  # The following files are BSD 2 clauses, the rest BSD 3 clauses

  # skimage/graph/_mcp.pyx
@@ -28,14 +28,14 @@ 

  BuildRequires: python3-devel python3-setuptools python3-numpy

  BuildRequires: python3-scipy python3-matplotlib python3-pytest

  BuildRequires: python3-six >= 1.3

- BuildRequires: python3-networkx-core

+ BuildRequires: python3-networkx

  BuildRequires: python3-pillow

  BuildRequires: python3-pywt python3-Cython

  Requires: python3-dask

  Requires: python3-matplotlib-qt5

  Requires: python3-scipy

  Requires: python3-six >= 1.3

- Requires: python3-networkx-core

+ Requires: python3-networkx

  Requires: python3-pillow

  Requires: python3-pywt >= 0.4.0

  %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
@@ -96,6 +96,9 @@ 

  

  

  %changelog

+ * Thu Feb 13 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.16.2-3

+ - Update dep on python3-networkx (no longer provides python3-networkx-core in F32+)

+ 

  * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.2-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

The package can't currently be installed because there isn't a python3-networkx-core any more.

https://bugzilla.redhat.com/show_bug.cgi?id=1802771

(This is breaking the CompNeuro lab image compose currently, so could we have a new build for this too please?)

Metadata Update from @sergiopr:
- Request assigned

4 years ago

Pull-Request has been merged by sergiopr

4 years ago