blob: a264003293b56fa9867c247e1fb0b62e595d472b [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001DESCRIPTION = "Modern password hashing for your software and your servers."
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c"
4
5DEPENDS += "${PYTHON_PN}-cffi-native"
6
Brad Bishop2d39a062019-10-28 08:33:36 -04007SRC_URI[md5sum] = "5d6f93b575ce52470af37a8e7dce76fe"
8SRC_URI[sha256sum] = "0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009
10inherit pypi
11
12RDEPENDS_${PN}_class-target += "\
13 ${PYTHON_PN}-cffi \
Brad Bishop316dfdd2018-06-25 12:45:53 -040014 ${PYTHON_PN}-ctypes \
15 ${PYTHON_PN}-shell \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016 ${PYTHON_PN}-six \
17"