python_install_dir
authorKees Cook <kees@debian.org>
Wed, 24 Jul 2019 22:12:36 +0000 (23:12 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 24 Jul 2019 22:12:36 +0000 (23:12 +0100)
commitd3a6fa0eeb1d8d0a9acb23fa8e78703d54ab1a45
tree70c281003bebbe5f9105a32c7d3da8322e0d81ec
parentcb0458fad3138fc787f150535809f3ec29028df4
python_install_dir

From 830929096665eab2b910d676ccab1df90908cb02 Mon Sep 17 00:00:00 2001
From: Felix Geyer <debfx@fobos.de>
Date: Mon, 15 Jul 2019 21:12:05 +0200
Subject: [PATCH] Install the python extension to the root package dir

Commit 8ad3638ea9023c3948976dfadebd1554380a31c9 effectively added libseccomp/
to the install path of the python extension.
This changed the import module name from "seccomp" to "libseccomp.seccomp",
breaking existing users.

Revert the install path like it was before 2.4.0

Signed-off-by: Felix Geyer <debfx@fobos.de>
Gbp-Pq: Name python_install_dir.patch
src/python/Makefile.am