Skip to content

Commit

Permalink
python3-user-agents: initial at 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bachp committed Mar 17, 2018
1 parent 81a686a commit d150c2f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions recipes-devtools/python/python3-user-agents_1.1.0.bb
@@ -0,0 +1,13 @@
SUMMARY = "A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent strings"
HOMEPAGE = "https://github.com/selwin/python-user-agents"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3645b4ad6bca318833557c926dd13af"

inherit pypi setuptools3

SRC_URI[md5sum] = "0f18f7edf132605d1d43cc56d4850c31"
SRC_URI[sha256sum] = "643d16772280052b546d956971d719989ef6dc9b17d9ff0386aa21391a038039"

RDEPENDS_${PN} = "\
${PYTHON_PN}-ua-parser \
"

0 comments on commit d150c2f

Please sign in to comment.