Provide system python subpackages and macro

Move some modules back to python3-libs
This commit is contained in:
Miro Hrončok 2016-02-16 18:22:04 +01:00 committed by Charalampos Stratakis
commit 60aba0a6b8
3 changed files with 123 additions and 88 deletions

4
macros.systempython Normal file
View file

@ -0,0 +1,4 @@
%system_python_abi %{expand: \
%global __requires_exclude ^python\\\\(abi\\\\) = 3\\\\..$
Requires: system-python(abi) = %{python3_version}
}