diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-07 23:30:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-07 23:30:26 +0200 |
commit | a0f399399c8af6ac931a4246d6e91caf8f646209 (patch) | |
tree | 960e2cdcb521b7b394291a380bb403985baf4b32 | |
parent | 0f4bfa1188caec076aac26789487bd1d16f7fab5 (diff) |
Revert "package/python-rtslib-fb: bump version to 2.1.58"
This reverts commit e57ea511ee8f4e944bc6343b467386fff20acd37. As noted
by the original author of the package, Christophe Vu-Brugier, this
package should be updated together with python-configshell-fb and
python-targetcli-fb.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/python-rtslib-fb/python-rtslib-fb.hash | 5 | ||||
-rw-r--r-- | package/python-rtslib-fb/python-rtslib-fb.mk | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/package/python-rtslib-fb/python-rtslib-fb.hash b/package/python-rtslib-fb/python-rtslib-fb.hash index e4e56e771..fd0618581 100644 --- a/package/python-rtslib-fb/python-rtslib-fb.hash +++ b/package/python-rtslib-fb/python-rtslib-fb.hash @@ -1,3 +1,2 @@ -# md5 from https://pypi.python.org/pypi/rtslib-fb/json, sha256 locally computed -md5 f8a2c55cea6de95968fc0dd49beeef6f rtslib-fb-2.1.58.tar.gz -sha256 5806f9903557907787abd9c8b9dffb2b312e6c5e3ff40d50d26b10c37b118d47 rtslib-fb-2.1.58.tar.gz +# locally computed +sha256 d5d81a78046b4c228d29ba88d9950e0f63858e5fcf601e3d0f8bf107fbaadc03 python-rtslib-fb-v2.1.fb57.tar.gz diff --git a/package/python-rtslib-fb/python-rtslib-fb.mk b/package/python-rtslib-fb/python-rtslib-fb.mk index f0864a06a..85bee0ba7 100644 --- a/package/python-rtslib-fb/python-rtslib-fb.mk +++ b/package/python-rtslib-fb/python-rtslib-fb.mk @@ -4,11 +4,10 @@ # ################################################################################ -PYTHON_RTSLIB_FB_VERSION = 2.1.58 -PYTHON_RTSLIB_FB_SOURCE = rtslib-fb-$(PYTHON_RTSLIB_FB_VERSION).tar.gz -PYTHON_RTSLIB_FB_SITE = https://pypi.python.org/packages/c8/26/ae0ff9a721d046bef78c457d8fc19287f7dbe36f98f5e190b017f0d9e9b7 +PYTHON_RTSLIB_FB_VERSION = v2.1.fb57 +PYTHON_RTSLIB_FB_SITE = $(call github,agrover,rtslib-fb,$(PYTHON_RTSLIB_FB_VERSION)) PYTHON_RTSLIB_FB_LICENSE = Apache-2.0 -PYTHON_RTSLIB_FB_LICENSE_FILES = setup.py +PYTHON_RTSLIB_FB_LICENSE_FILES = COPYING PYTHON_RTSLIB_FB_SETUP_TYPE = setuptools PYTHON_RTSLIB_FB_DEPENDENCIES = python-six |