From 12e2d27972deece8075005a10d62d521e5a08e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=A4rdian?= Date: Wed, 2 Aug 2023 17:28:13 +0200 Subject: [PATCH] Revert "FIXME: in debian/rules (debci CI)" This reverts commit 5dff30ee2107449a01313ef2109476c0fe5db66c. --- Makefile | 2 +- python-cffi/netplan/meson.build | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/Makefile b/Makefile index c6501c015..6cf1266cb 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ default: _build meson compile -C _build --verbose _build: - meson setup _build --prefix=/usr -Dpython.purelibdir=/usr/lib/python3/dist-packages # FIXME: in debian/rules + meson setup _build --prefix=/usr _build-cov: meson setup _build-cov --prefix=/usr -Db_coverage=true diff --git a/python-cffi/netplan/meson.build b/python-cffi/netplan/meson.build index 56ee5dc5a..41956d2e7 100644 --- a/python-cffi/netplan/meson.build +++ b/python-cffi/netplan/meson.build @@ -3,16 +3,6 @@ python = pymod.find_installation( 'python3', modules: ['cffi'] ) -dir = get_option('python.purelibdir') -if 'local/lib' in dir - message('JO') -endif -message(get_option('python.purelibdir')) -message(get_option('python.platlibdir')) -message(python.path()) -message(python.get_install_dir()) -#message(python.get_path('purelib')) -#message(python.get_path('platlib')) python_dep = python.dependency(required: true) cffi_srcs = configure_file( @@ -26,7 +16,6 @@ cffi_srcs = configure_file( ) # See https://github.com/grimme-lab/xtb-python/blob/main/meson.build -# FIXME: https://github.com/mesonbuild/meson/issues/10459 cffi_pyext = python.extension_module( '_libnetplan0', link_whole: static_library(