From c4f7f871e0d0b7faaaa16e93736b8dd39db200e2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko 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 --- 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