1484f717c2
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
From c4f7f871e0d0b7faaaa16e93736b8dd39db200e2 Mon Sep 17 00:00:00 2001
|
|
From: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
|
Date: Sun, 2 Jun 2019 15:47:42 +0200
|
|
Subject: [PATCH] python: Reference proper spec-py.c filename
|
|
|
|
Fixes: 73a41da965337aaacabd53924f1b67b967e0476e
|
|
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
|
---
|
|
python/setup.py.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/python/setup.py.in b/python/setup.py.in
|
|
index 4d507c24e..0ecb7a9b9 100644
|
|
--- a/python/setup.py.in
|
|
+++ b/python/setup.py.in
|
|
@@ -31,7 +31,7 @@ rpmmod = Extension('rpm._rpm',
|
|
'rpmstrpool-py.c', 'rpmfiles-py.c',
|
|
'rpmarchive-py.c', 'rpmtd-py.c',
|
|
'rpmte-py.c', 'rpmts-py.c',
|
|
- 'spec-py',
|
|
+ 'spec-py.c',
|
|
'rpmmodule.c'],
|
|
include_dirs = pkgconfig('--cflags'),
|
|
library_dirs = pkgconfig('--libs-only-L'),
|
|
--
|
|
2.22.0.rc3
|
|
|