projects
/
platform
/
upstream
/
python.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d4b975
)
Add dependency on gcov for PGO builds
sandbox/nmerinov/llvm
author
Nikolai Merinov
<n.merinov@samsung.com>
Tue, 29 Jan 2019 08:33:51 +0000
(11:33 +0300)
committer
Nikolai Merinov
<n.merinov@samsung.com>
Wed, 30 Jan 2019 13:35:01 +0000
(16:35 +0300)
packaging/python.spec
patch
|
blob
|
history
diff --git
a/packaging/python.spec
b/packaging/python.spec
index 09381df891a9ce8cac71a2c5cd184f5bc2491a2a..d22f8d3060d0b0e748ce50f45b71cce5d648fe60 100644
(file)
--- a/
packaging/python.spec
+++ b/
packaging/python.spec
@@
-23,6
+23,7
@@
BuildRequires: ncurses-devel
BuildRequires: readline-devel
BuildRequires: sqlite-devel
BuildRequires: zlib-devel
+BuildRequires: gcov
%define python_version %(echo %{tarversion} | head -c 3)
%define idle_name idle
Provides: %{name} = %{python_version}