Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
python2-wsgi-intercept: Fixed deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Osvaldo Barrera committed Sep 8, 2014
1 parent 2a3e64f commit a73e07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python2-wsgi-intercept/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends=('python2')
source=("http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-$pkgver.tar.gz")
md5sums=('791abe4c1c7200dc5e205163acc9d110')

build() {
package() {
cd "$srcdir/wsgi_intercept-$pkgver"
python2 setup.py install --prefix=/usr --root="$pkgdir"
}

0 comments on commit a73e07d

Please sign in to comment.