-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add python2 subpackage
- Loading branch information
carl.george
committed
Aug 24, 2015
1 parent
a86a0be
commit 9a79a89
Showing
2 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
pkgbase = python-swiftclient | ||
pkgdesc = OpenStack Object Storage API Client Library | ||
pkgver = 2.5.0 | ||
pkgrel = 2 | ||
pkgrel = 3 | ||
url = https://github.com/openstack/python-swiftclient | ||
arch = any | ||
license = Apache | ||
makedepends = python-pbr>=0.11 | ||
makedepends = python2-pbr>=0.11 | ||
source = https://pypi.python.org/packages/source/p/python-swiftclient/python-swiftclient-2.5.0.tar.gz | ||
sha256sums = 6efcbff0bf60521ef682068c10c2d8959d887f70ed84ccd2def9945e8e94560e | ||
|
||
pkgname = python-swiftclient | ||
depends = python-requests>=1.1 | ||
depends = python-six>=1.5.2 | ||
|
||
pkgname = python2-swiftclient | ||
depends = python2-futures>=2.1.3 | ||
depends = python-requests>=1.1 | ||
depends = python-six>=1.5.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters