mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Add python-setuptools to runtime dependencies
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
# Maintainer: Marcin Kulik <m@ku1ik.com>
|
# Maintainer: Marcin Kulik <m@ku1ik.com>
|
||||||
pkgname=asciinema
|
pkgname=asciinema
|
||||||
pkgver=0.9.8
|
pkgver=0.9.8
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Command line recorder for asciinema.org service"
|
pkgdesc="Command line recorder for asciinema.org service"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/sickill/asciinema"
|
url="https://github.com/sickill/asciinema"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('python-requests>=1.1.0')
|
depends=('python-requests>=1.1.0', 'python-setuptools')
|
||||||
makedepends=('python-distribute')
|
makedepends=('python-distribute')
|
||||||
source=(https://pypi.python.org/packages/source/a/asciinema/asciinema-${pkgver}.tar.gz)
|
source=(https://pypi.python.org/packages/source/a/asciinema/asciinema-${pkgver}.tar.gz)
|
||||||
md5sums=('ae8662d033af0e973d5864a247117e7f')
|
md5sums=('ae8662d033af0e973d5864a247117e7f')
|
||||||
|
|||||||
Reference in New Issue
Block a user