From cb10bb3a4dae7c2f783a35c44aef893e09804f46 Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 18 Jan 2021 20:07:43 +0100 Subject: [PATCH] added dependency "python3-pip" to package --- build_deb.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build_deb.sh b/build_deb.sh index f9a81fe..931982f 100644 --- a/build_deb.sh +++ b/build_deb.sh @@ -9,14 +9,15 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi --after-install postinstall.sh \ --deb-generate-changes \ --deb-priority "optional" \ - -v 0.0.2-6 -t deb setup.py + -d "python3-pip" \ + -v 0.0.2-8 -t deb setup.py # --deb-changelog changelog \ # --deb-upstream-changelog changelog \ # --deb-field "Distribution: stable" \ # --deb-dist "stable" \ -sudo apt purge python3-complib -y -sudo apt install ./python3-* -sudo apt search complib +#sudo apt purge python3-complib -y +#sudo apt install ./python3-* +#sudo apt search complib #ar vx ./python3* \ No newline at end of file