Update to 2.4.10 (forwarded request 106785 from vuntz) OBS-URL: https://build.opensuse.org/request/show/106886 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=42
22 lines
635 B
Diff
22 lines
635 B
Diff
Index: gnucash-2.4.9/src/optional/python-bindings/Makefile.am
|
|
===================================================================
|
|
--- gnucash-2.4.9.orig/src/optional/python-bindings/Makefile.am
|
|
+++ gnucash-2.4.9/src/optional/python-bindings/Makefile.am
|
|
@@ -2,7 +2,7 @@ SUBDIRS = . tests
|
|
|
|
SWIG_FILES = gnucash_core.i timespec.i
|
|
|
|
-pkgpython_PYTHON = \
|
|
+pkgpyexec_DATA = \
|
|
__init__.py \
|
|
function_class.py \
|
|
gnucash_core.py \
|
|
@@ -85,6 +85,7 @@ gnucash_core_c.py: gnucash_core.c $(SWIG
|
|
endif
|
|
|
|
EXTRA_DIST = \
|
|
+ $(pkgpyexec_DATA) \
|
|
$(SWIG_FILES) \
|
|
example_scripts/simple_book.py \
|
|
example_scripts/simple_session.py \
|