projects
/
libseccomp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d05506
)
python_single_version_externally_managed
author
Kees Cook
<kees@debian.org>
Sun, 24 Nov 2024 20:54:16 +0000
(21:54 +0100)
committer
Felix Geyer
<fgeyer@debian.org>
Sun, 24 Nov 2024 20:54:16 +0000
(21:54 +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 51664123adb5e3cbf19eab5aeed7e07d8f8c3bda..f2cff4e8d75426a7116f1dcd0b83b787247ec434 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