~alpine/devel

testing/py-docutils: added py-setuptools to makedepends v1 PROPOSED

Matt Smith: 1
 testing/py-docutils: added py-setuptools to makedepends

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/195/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/py-docutils: added py-setuptools to makedepends Export this patch

---
 testing/py-docutils/APKBUILD |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/py-docutils/APKBUILD b/testing/py-docutils/APKBUILD
index c9fcc9b..33154af 100644
--- a/testing/py-docutils/APKBUILD
+++ b/testing/py-docutils/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py-docutils
_pkgname=docutils
pkgver=0.7
pkgrel=0
pkgrel=1
pkgdesc="Documentation Utilities for Python"
url="http://docutils.sourceforge.net/"
arch="x86 x86_64"
license="PublicDomain"
depends="python py-imaging py-roman"
makedepends="python-dev"
makedepends="python-dev py-setuptools"
install=
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz"
-- 
1.7.3.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---