From 3f800c95270aa7c1ac1a97cb9a05d3f99aab1283 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 13 Sep 2016 10:19:33 +0200 Subject: [PATCH] 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 --- recipes-devtools/python/python-pytz_2015.6.bb | 12 ------------ .../rosbridge-suite/rosbridge-library_0.7.16.bb | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 recipes-devtools/python/python-pytz_2015.6.bb diff --git a/recipes-devtools/python/python-pytz_2015.6.bb b/recipes-devtools/python/python-pytz_2015.6.bb deleted file mode 100644 index a50b6c2..0000000 --- a/recipes-devtools/python/python-pytz_2015.6.bb +++ /dev/null @@ -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 diff --git a/recipes-ros/rosbridge-suite/rosbridge-library_0.7.16.bb b/recipes-ros/rosbridge-suite/rosbridge-library_0.7.16.bb index 66b4238..c2a859a 100644 --- a/recipes-ros/rosbridge-suite/rosbridge-library_0.7.16.bb +++ b/recipes-ros/rosbridge-suite/rosbridge-library_0.7.16.bb @@ -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