mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/py-kombu: add py-amqp dependency
This commit is contained in:
parent
c567477c0e
commit
c4f0ca84f5
@ -1,7 +1,7 @@
|
||||
# Maintainer: William Pitcock <nenolod@dereferenced.org>
|
||||
pkgname=celery
|
||||
pkgver=4.1.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Official Python low-level client for Elasticsearch"
|
||||
url="http://www.celeryproject.org/"
|
||||
arch="noarch"
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
# Maintainer: William Pitcock <nenolod@dereferenced.org>
|
||||
pkgname=py-kombu
|
||||
pkgver=4.1.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="a message queue abstraction layer"
|
||||
url="https://pypi.python.org/pypi/kombu/"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends=""
|
||||
depends="py-amqp"
|
||||
makedepends="python2-dev python3-dev py-setuptools"
|
||||
install=""
|
||||
subpackages="py2-kombu:py2 py3-kombu:py3"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user