added missing dependency in .deb package
This commit is contained in:
parent
4e1f22fa84
commit
dfb66d5383
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi
|
|||
-d "pigpio" \
|
||||
-d "python-pigpio" \
|
||||
-d "python3-pigpio" \
|
||||
-v 0.0.3-5 -t deb setup.py
|
||||
-d "python3-numpy" \
|
||||
-v 0.0.3-6 -t deb setup.py
|
||||
|
||||
# --deb-changelog changelog \
|
||||
# --deb-upstream-changelog changelog \
|
||||
|
|
Reference in a new issue