26 lines
783 B
Diff
26 lines
783 B
Diff
|
From a23800a2b62026f6d7df6507b719099be145206e Mon Sep 17 00:00:00 2001
|
||
|
From: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
Date: Sat, 14 Dec 2013 14:15:17 +0100
|
||
|
Subject: [PATCH 2/3] templates/python: remove unexisting option
|
||
|
--single-version-externally-managed
|
||
|
|
||
|
---
|
||
|
templates/python | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/templates/python b/templates/python
|
||
|
index 7da6709..71a1624 100644
|
||
|
--- a/templates/python
|
||
|
+++ b/templates/python
|
||
|
@@ -32,7 +32,6 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||
|
\ --root="%{buildroot}" \\
|
||
|
\ --install-headers=%{_includedir}/python \\
|
||
|
\ --install-lib=%{python_sitearch} \\
|
||
|
-\ --single-version-externally-managed \\
|
||
|
\ --record=%{name}.filelist
|
||
|
|
||
|
sed -i "\\,\\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||
|
--
|
||
|
1.9.3
|
||
|
|