#1 Remove a redundant dependency on python(abi)
Merged 3 years ago by terrycloth. Opened 3 years ago by churchyard.
rpms/ churchyard/bleachbit noabi  into  master

file modified
-1
@@ -23,7 +23,6 @@ 

  BuildRequires: python3-rpm-macros

  %endif

  

- Requires: python(abi) >= 3.0

  Requires: gtk3

  Requires: python3-chardet

  Requires: python3-gobject

The package already requires /usr/bin/python3 and the removed dependency yielded
confusing results for repoqueries like this:

$ repoquery --whatrequires 'python(abi) = 3.8'

No need to bump and build, the mass rebuild will take care of that.

Oh, good point. It didn't occur to me that python3 would automatically be added as a dependency. Also I guess python(abi) probably wasn't the right way to Require it anyway...

Pull-Request has been merged by terrycloth

3 years ago

Thanks for merging. Yes, python(abi) is an autogenerated dependency.