Lines Matching full:python3
16 # Build python3 support for distributions that have it
18 %bcond_without python3
20 %bcond_with python3
30 %if %{with python3}
32 %global python_bcc python3-bcc
33 %global python_cmds python2;python3
60 %if %{with python3}
61 BuildRequires: python3-devel
126 %if %{with python3}
127 %package -n python3-bcc
128 Summary: Python3 bindings for BPF Compiler Collection (BCC)
130 %{?python_provide:%python_provide python3-bcc}
131 %description -n python3-bcc
165 %if %{with python3}
166 %files -n python3-bcc
195 - Make python3 the default when possible
197 - Add python2/python3 package targets