projects
/
libseccomp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d8fc06
)
python_single_version_externally_managed
author
Kees Cook
<kees@debian.org>
Sun, 29 Oct 2023 14:13:08 +0000
(15:13 +0100)
committer
Felix Geyer
<fgeyer@debian.org>
Sun, 29 Oct 2023 14:13:08 +0000
(15:13 +0100)
Fix building with setuptools instead of distutils.
Gbp-Pq: Name python_single_version_externally_managed.patch
src/python/Makefile.am
patch
|
blob
|
history
diff --git
a/src/python/Makefile.am
b/src/python/Makefile.am
index f71ec24f801e6d0fbd63be446d5c6cd586551bac..665b31a02bc308881412c6c768887253e4c07054 100644
(file)
--- a/
src/python/Makefile.am
+++ b/
src/python/Makefile.am
@@
-41,7
+41,8
@@
build: ../libseccomp.la libseccomp.pxd seccomp.pyx setup.py
install-exec-local: build
${PY_INSTALL} --install-lib=${DESTDIR}/${pyexecdir} \
- --record=${DESTDIR}/${pyexecdir}/install_files.txt
+ --record=${DESTDIR}/${pyexecdir}/install_files.txt \
+ --single-version-externally-managed
uninstall-local:
cat ${DESTDIR}/${pyexecdir}/install_files.txt | xargs ${RM} -f