removing python-pytz dependency and recipe

The recent versions of the rosbridge_library package does not depend
on python-pytz anymore. So, this commit removes the dependency in
the recipe file and removes the now unneeded python-pytz recipe.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
This commit is contained in:
Lukas Bulwahn 2016-09-13 10:19:33 +02:00
parent 81d1060539
commit 3f800c9527
2 changed files with 1 additions and 13 deletions

View File

@ -1,12 +0,0 @@
DESCRIPTION = "Python Timezone Library"
SECTION = "devel"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6"
SRC_URI = "https://pypi.python.org/packages/source/p/pytz/pytz-${PV}.tar.gz;downloadfilename=pytz-{PV}.tar.gz"
SRC_URI[md5sum] = "ff047a16dafeaa895bedef80a74c3728"
SRC_URI[sha256sum] = "c598a6b6850dbcc00843651878e8282dac77c95e19d84847b6918eeb3ed8f0c2"
S = "${WORKDIR}/pytz-${PV}"
inherit setuptools

View File

@ -3,6 +3,6 @@ SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=68b329da9893e34099c7d8ad5cb9c940"
DEPENDS = "message-generation std-msgs geometry-msgs rospy python-six python-bson python-pytz"
DEPENDS = "message-generation std-msgs geometry-msgs rospy python-six python-bson"
require rosbridge-suite.inc