Skip to content
Snippets Groups Projects
Commit 9600eb4f authored by Oliver Breitwieser's avatar Oliver Breitwieser Committed by Adam J. Stewart
Browse files

py-apipkg: Fix mix up of checksums (#13066)

Change-Id: Ibae329c5a6cf7e3741a879612da523e11e3b0ab9
parent 9faee51e
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ class PyApipkg(PythonPackage): ...@@ -12,8 +12,8 @@ class PyApipkg(PythonPackage):
homepage = "https://pypi.python.org/pypi/apipkg" homepage = "https://pypi.python.org/pypi/apipkg"
url = "https://pypi.io/packages/source/a/apipkg/apipkg-1.4.tar.gz" url = "https://pypi.io/packages/source/a/apipkg/apipkg-1.4.tar.gz"
version('1.5', sha256='2e38399dbe842891fe85392601aab8f40a8f4cc5a9053c326de35a1cc0297ac6') version('1.5', sha256='37228cda29411948b422fae072f57e31d3396d2ee1c9783775980ee9c9990af6')
version('1.4', sha256='37228cda29411948b422fae072f57e31d3396d2ee1c9783775980ee9c9990af6') version('1.4', sha256='2e38399dbe842891fe85392601aab8f40a8f4cc5a9053c326de35a1cc0297ac6')
depends_on('py-setuptools@30.3.0:', type='build') depends_on('py-setuptools@30.3.0:', type='build')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run')) depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment