Skip to content

Commit

Permalink
chore(isar): update hap-python to version 4.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Cedric Hombourger <[email protected]>
  • Loading branch information
chombourger committed Dec 29, 2024
1 parent d6bb55b commit 1fa4422
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
hap-python (4.9.1-1) unstable; urgency=medium

* New upstream release (4.9.1)

-- Cedric Hombourger <[email protected]> Tue, 29 Oct 2024 15:00:00 +0100

hap-python (3.0-4) unstable; urgency=medium

* Build-Depends against python3-all0-dev
Expand Down
7 changes: 4 additions & 3 deletions meta-isar/recipes-python/net/hap-python.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@

inherit dpkg

PV = "3.0"
PV = "4.9.1"

SRC_URI = " \
git://github.com/ikalchev/HAP-python.git;protocol=https;branch=master;destsuffix=${PN}-${PV}/ \
file://${PN}-${PV} \
"

SRCREV = "d3c576c4d6cc8af4516a99c30042bb01dbd0a100"
SRCREV = "5265b54f707a50df72d25de5c24529b74eac4c63"

PROVIDES += "python3-hap-python"
DEPENDS = "curve25519-donna ed25519"
DEPENDS = "curve25519-donna"
#### ed25519"
do_build[deptask] += "do_deploy_deb"

0 comments on commit 1fa4422

Please sign in to comment.