summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-02-02 10:59:51 +0000
committeradam <adam@pkgsrc.org>2018-02-02 10:59:51 +0000
commitb4859425c8b8d074b02337549623ea91bd40c3f4 (patch)
tree9a6afd498b35830e448f134d3475a4088986ef49
parent1fb809658e6d48a42ebb11b367799d4dc6e2282d (diff)
downloadpkgsrc-b4859425c8b8d074b02337549623ea91bd40c3f4.tar.gz
Removed usuned lines
-rw-r--r--www/py-swiftclient/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/py-swiftclient/Makefile b/www/py-swiftclient/Makefile
index cbc8a4cdeaa..5ec7d1144ee 100644
--- a/www/py-swiftclient/Makefile
+++ b/www/py-swiftclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/02/02 08:36:10 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/02/02 10:59:51 adam Exp $
DISTNAME= python-swiftclient-3.5.0
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -10,8 +10,6 @@ HOMEPAGE= https://github.com/openstack/python-swiftclient
COMMENT= Python bindings to the OpenStack Object Storage API
LICENSE= apache-2.0
-#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
-
DEPENDS+= ${PYPKGPREFIX}-keystone>=0.7.0:../../emulators/py-keystone
DEPENDS+= ${PYPKGPREFIX}-requests>=1.1:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
@@ -33,6 +31,5 @@ post-install:
${MV} bin/swift bin/swift${PYVERSSUFFIX} && \
${MV} man/man1/swift.1 man/man1/swift${PYVERSSUFFIX}.1 || ${TRUE}
-.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"