#5 Remove superfluous runtime dependency on python3-toml
Merged 2 years ago by radez. Opened 2 years ago by churchyard.
rpms/ churchyard/python-jaraco-functools notoml  into  rawhide

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

  

  Name:           python-%{pkg_name}

  Version:        3.5.2

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Functools like those found in stdlib

  

  License:        MIT
@@ -25,8 +25,6 @@ 

  # DO NOT change this dependency to python3dist(jaraco) or similar

  Requires:      python3-jaraco

  

- Requires:  	python3dist(toml)

- 

  BuildRequires:  python3-devel

  BuildConflicts: python3dist(pytest) = 3.7.3

  BuildRequires:  python3dist(jaraco-classes)
@@ -86,6 +84,9 @@ 

  %endif

  

  %changelog

+ * Wed Oct 05 2022 Miro Hrončok <mhroncok@redhat.com> - 3.5.2-2

+ - Remove superfluous runtime dependency on python3-toml

+ 

  * Wed Sep 28 2022 Dan Radez <dan@radez.net> - 3.5.2-1

  - update to 3.5.1 - rhbz#2130355

  

There is no import of this anywhere in the code.

Pull-Request has been merged by radez

2 years ago
Metadata