summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Ellison2016-01-26 12:28:39 -0500
committerMatthew Ellison2016-01-26 12:28:39 -0500
commit38a1ff639a1bbbdae5d14c0db4e900f2fca9f781 (patch)
tree02082242036cf5adfb896c8f459576f38009364f /PKGBUILD
parent9a0e651e9af12a1c757f1e12c8db8e03aa4c97ac (diff)
downloadaur-38a1ff639a1bbbdae5d14c0db4e900f2fca9f781.tar.gz
Setuptools Requirements Patch
Removed requirements when built/installed on Python 3.4 or greater so distutils will not complain about argparse. Since Python 3.4, all requirements are included in the standard library.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11db18024fb2..29aaaf72e48c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='nsenter'
pkgname="python-${_pkgname}"
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc='Small context manager for entering Linux kernel namespaces.'
arch=('any')
url='https://pypi.python.org/pypi/nsenter'
@@ -13,10 +13,12 @@ makedepends=('python-setuptools')
source=(
"https://pypi.python.org/packages/source/n/nsenter/nsenter-${pkgver}.tar.gz"
"entrypoint-name.patch"
+ "optional-reqs.patch"
)
sha256sums=(
'876a18cb03de85948e4cd72fd4cfda4879561b7264f5722603f6437d452a25cb'
'7c2b8e23da50f937a1e3515f085eb5dc0fbb4ece188b0a2e140b4bc5a2ff62bc'
+ 'e4043c6c971691c6c9d240abe86a9e10306ce4b6cdf9f5cbd053deb000b1e343'
)
prepare() {