pysol-cards: initial add 0.10.1

It is a dependency for more recent freecell-solver

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-12-13 16:59:31 +01:00
parent 2cd591f05c
commit 917d3eebbd

View File

@@ -0,0 +1,15 @@
SUMMARY = "Deal PySol FC Cards"
HOMEPAGE = "https://github.com/shlomif/pysol_cards"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5feec56facfce12352e96d26cab9b857"
SRC_URI = "git://github.com/shlomif/pysol_cards.git"
SRCREV = "eca7276fced32ab059da82060098ac6a7f19c226"
PV = "0.10.1"
S = "${WORKDIR}/git"
DEPENDS = "python3-pbr-native"
inherit setuptools3
BBCLASSEXTEND = "native"