]> git.pld-linux.org Git - packages/python-pymediainfo.git/commitdiff
- fix deps
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 8 Mar 2021 22:31:17 +0000 (23:31 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 8 Mar 2021 22:31:17 +0000 (23:31 +0100)
python-pymediainfo.spec

index df3ccf3259b7dc4d5ec527ba37b41024baa276de..8c4aaeb5912299a1b912041f0b5354f36fbf043c 100644 (file)
@@ -5,8 +5,8 @@
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
-%define        module          pymediainfo
-%define        egg_name        pymediainfo
+%define                module          pymediainfo
+%define                egg_name        pymediainfo
 %define                pypi_name       pymediainfo
 Summary:       A Python wrapper for the mediainfo library
 Summary(pl.UTF-8):     Pythonowy interfejs do biblioteki mediainfo
@@ -23,10 +23,10 @@ BuildRequires:      rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with python2}
 BuildRequires: python-devel
-BuildRequires: python2-setuptools
+BuildRequires: python-setuptools
 %if %{with tests}
-BuildRequires: python2-pytest
-BuildRequires: python2-pytest-runner
+BuildRequires: python-pytest
+BuildRequires: python-pytest-runner
 %endif
 %endif
 %if %{with python3}
This page took 0.137363 seconds and 4 git commands to generate.