From e6eee052220e78b09fab04dab27ef7901ffbe8f3 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 1 Apr 2022 08:22:11 +0800 Subject: debian: install from site-packages to dist-packages this change addresses the regression introduced by 637dd7b40404e644519b1fc3b5ef03f2d18def00 dist-packages is a debian specific directory for holding 3rd party python modules. so install the pure python packages into it. Signed-off-by: Kefu Chai --- debian/python3-ceph-argparse.install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 debian/python3-ceph-argparse.install (limited to 'debian/python3-ceph-argparse.install') diff --git a/debian/python3-ceph-argparse.install b/debian/python3-ceph-argparse.install old mode 100644 new mode 100755 index 274b8b4f7ea..d3339be7690 --- a/debian/python3-ceph-argparse.install +++ b/debian/python3-ceph-argparse.install @@ -1,2 +1,4 @@ -usr/lib/python3*/dist-packages/ceph_argparse.py -usr/lib/python3*/dist-packages/ceph_daemon.py +#! /usr/bin/dh-exec + +usr/lib/python3*/site-packages/ceph_argparse.py /usr/lib/python3/dist-packages/ +usr/lib/python3*/site-packages/ceph_daemon.py /usr/lib/python3/dist-packages/ -- cgit v1.2.3