added dependency "python3-pip" to package
This commit is contained in:
parent
00d6c54cdc
commit
cb10bb3a4d
1 changed files with 5 additions and 4 deletions
|
@ -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*
|
Reference in a new issue