From e63e75f0c39db2b1b811fc0296efb4839d6b71f6 Mon Sep 17 00:00:00 2001 From: zhouganqing Date: Sun, 4 Feb 2024 15:06:48 +0800 Subject: [PATCH] Fix python install error --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3f5a47b..2787615 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cracklib2 (2.9.6-ok2) yangtze; urgency=medium + + * Fix python install error. + + -- zhouganqing Sun, 04 Feb 2024 15:05:58 +0800 + cracklib2 (2.9.6-ok1) yangtze; urgency=medium * Build for openKylin. diff --git a/debian/rules b/debian/rules index 815da5f..e0dcaa7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f - +export SETUPTOOLS_USE_DISTUTILS=stdlib DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk